You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently AWS services are named in such a way that three instances are required for production, test, and development.
For simplicity's sake, merge these into just one service. For instance, merge RDS dev, prod, and test db into just one RDS instance but with three databases.
Do the same with s3 buckets via folders. Swap the connection between these through environment variables.
Think about how this will affect lambda and ec2.
The text was updated successfully, but these errors were encountered:
Currently AWS services are named in such a way that three instances are required for production, test, and development.
For simplicity's sake, merge these into just one service. For instance, merge RDS dev, prod, and test db into just one RDS instance but with three databases.
Do the same with s3 buckets via folders. Swap the connection between these through environment variables.
Think about how this will affect lambda and ec2.
The text was updated successfully, but these errors were encountered: