Add Environment Variable

Overview

The following step allow us to add environment variabale inside Elastic Beanstalk for security purpose

  1. Enabling CloudWatch Logs for Elastic Beanstalk is an essential step for monitoring and troubleshooting your application cloudwatch
  2. Set the following environment variables that configure the logging behavior.
    • ASPNETCORE_ENVIRONMENT = Development (specific the dev enviroment on NET Core)
    • ConnectionString__DefaultConnection = "Your Connection String" (add a connection to your RDS database) variable