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