AWS Classroomnotes 29/Mar/2023

Database Creation from Cloudformation

  • To Create rds database we need to create
    • dbsubnet group: where we select subnets to create rds instance
    • security group:
      • mysql:
        • incoming/ingress:
          • port: 3306
          • cidr: vpc cidr
  • Refer Here for the changes done
    Preview
    Preview
  • Exercise: Try adding parameters for
    • portno
    • engine: mysql,postgres
    • dbinstance name:
    • dbinstance class
    • dbsize:
    • dbtype
  • Refer Here for the parameter engine added
    Preview

Leave a Reply

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

About continuous learner

devops & cloud enthusiastic learner