Context
From PR #520 (chore/migrate-auto-drive-infra), the terraform plan removes an extra security group (sg-05b3896b545cd46ac) from the backend/gateway EC2 instances and a similar extra SG (sg-0adc6bffc0974b29d) from the RDS instance. These SGs are not managed by the Auto Drive terraform config.
The primary security group auto_drive_sg (sg-0f007648c2cada91f) already allows all outbound traffic, so these extra SGs are likely redundant.
Tasks
Related
Context
From PR #520 (
chore/migrate-auto-drive-infra), the terraform plan removes an extra security group (sg-05b3896b545cd46ac) from the backend/gateway EC2 instances and a similar extra SG (sg-0adc6bffc0974b29d) from the RDS instance. These SGs are not managed by the Auto Drive terraform config.The primary security group
auto_drive_sg(sg-0f007648c2cada91f) already allows all outbound traffic, so these extra SGs are likely redundant.Tasks
sg-05b3896b545cd46acis — check AWS console for its name, rules, and what created itsg-0adc6bffc0974b29dis (the extra RDS SG)auto_drive_sg)auto_drive_sgor the RDS SG before applying PR Migrate Auto Drive infra to latest Terraform structure & address drift #520Related