On Amazon Web Services, I'm connecting an Elastic Beanstalk environment to an RDS database, per the tutorial. Launching the database instance worked fine; I connected it to a security group.
Adding the security group to my environment then fails. If I try to add the group name rds-launch-wizard
, I get an error - use group id. If I try to add the group id sg-10bea66b
, I get the error Security Group does not exist
.
The security group does exist. What's going on?