Skip to content

Data Storage and Transformation

2.1 Key Pairs

  • Go to AWS EC2 console. Select Key Pairs in the left navigation pane and click Create key pair.

Create-Key-Pair

Create key pair

  • Name: cloudcadi-key
  • Key pair type: RSA
  • Private key file format: pem
  • Tag: optional
  • Click Create key pair

Key-Pair-Format

  • This key pair will be used in further steps

Created-Key-Pair

2.2 CloudFormation

Stack

  • Click Accept Terms

Stack

  • Wait for 3-5 minutes. Once the subscription is live, you can configure software by clicking Continue to Configuration

Stack

  • Choose the region as US East (N. Virginia) and click Continue to Launch

Stack

  • Select Launch CloudFormation and click Launch

Stack

  • You'll be taken to CloudFormation in your AWS console. No changes required (as S3 template is already selected). Select Next

Stack

Specify stack details

  • Stack name: CloudCADI.
  • EC2InstanceType: Select the instance type (default: t3.medium).
  • KeyPair: Select the key pair which we previously created (cloudcadi-key).
  • S3 bucket name: cloudcadi-cost-bucket (created in Step 1 Environment Setup).
  • DBName: Enter the database name.
  • DBPassword: Enter the database password.
  • DBUsername: Enter the database username.
  • Click Next.

Stack-Details

Configure stack options

  • Add tags and click Next.

Configure-Stack-Options

  • Review and check options in below and click Submit.

Review-Submit

  • You’ll be taken to the CloudFormation stack console page. It'll take up to 15 minutes to finish the resource creation.

CloudFormation-Console

  • Once the stack has been created successfully, go to the Outputs tab. This'll show you how you can connect to the Instance.

Outputs-Tab

  • Click on the PublicIP to view the CloudCADI application.
  • You can now see, and log in to, the CloudCADI application.

CloudCADI