Results

  1. EC2 instances: ec2
  • SSH connection from bation instance to private instance ec2
  1. Auto scaling: at
  • launch template at
  1. ALB: alb
  • listerners and rules: alb
  • target group: alb
  1. KMS:
  • policy and cryptographic configuration: kms kms
  1. RDS database: rds
  • Database storage enryption with KMS key: rds

PHP web service test run

  • Simple website for testing fucntion input and output from the RDS database

Website before entering more value web Database before entering more value

  • SSH into bastion instance -> run command to login to MYSQL sever on port 3306
mysql -h RDS_ENDPOINT -u DBADMIN -pDB_PASSWORD

web

Website after entering more value web Database after entering more value web