Create S3

Create S3

In this step, we will create an S3 bucket.
This prepares us for the next step, where we will upload the .jar file of the source code to S3.

  1. Go to the S3 Management Console
  2. Click Create bucket

s3

  1. Under Bucket type, configure the following:
    • Select General purpose
    • Set the Bucket name to mySpringbootApp

s3

  1. In the Bucket Versioning section, choose Disable
    In the Default encryption section, choose
    Server-side encryption with Amazon S3 managed keys (SSE-S3)

s3

  1. Scroll down to the Bucket Key section:
    • Select Enable
    • Then click Create bucket

s3

  1. After creation, you will see the result as shown below:

s3

Next, we will proceed to create and configure RDS.