What should be done to ensure that the web tier does not come online before the database is completely configured?
An n-tier application requires a table in an Amazon RDS MySQL DB instance to be dropped and repopulated at each deployment.This process can take several minutes and the web tier cannot come online until the process is complete.Currently, the web tier is configured in an Amazon EC2 Auto Scaling group, with instances being terminated and replaced at each deployment.The MySQL table is populated by running a SQL query through an AWS CodeBuild job.What should be done to ensure that the web tier does not come online before the database is completely configured?Read More →