AWS Classroom Series – 07/Feb/2021

Cloud formation contd..

Lets create an rds instance

  • To Create database we will be using AWS RDS

    • Creating a db subnet group with 2 subnets in it
    • We will be using db security group
    • We will be create an rds mysql instance with db.t2.micro
  • Manual Steps

    • DB Subnet Group
    • Create an RDS Instance
    • Create an ec2 instance with ubuntu image in app1 subnet
      • Select subnet
      • Select Security group
      • Select Key Value pair
    • Create an ec2 instance and install apache server while creating ec2 instance
  • Cloud formation:

  • Architecture realized so far

  • Improvements

    • We need to fix userdata problem
    • AMI ids and instance types are hard coded, we need to use parameters
    • Advanced: we are copying the same resources multiple times in a template to create resources, we need to explore re usability options

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%