The following step allow us to add environment variabale inside Elastic Beanstalk for security purpose
ASPNETCORE_ENVIRONMENT = Development
(specific the dev enviroment on NET Core)ConnectionString__DefaultConnection = "Your Connection String"
(add a connection to your RDS database)