A developer needs to deploy an application running on AWS Fargate using Amazon ECS. The application has environment variables that must be passed to a container for the application to initialize. How should the environment variables be passed to the container? A. Define an array that includes the environment variables under the environment parameter within the service definition. B. Define an array that includes the environment variables under the environment parameter within the task definition. C. Define an array that includes the environment variables under the entryPoint parameter within the task definition. D. Define an array that includes the environment variables under the entryPoint parameter within the service definition. Suggested Answer: B Community Answer: B This question is in DVA-C01 AWS Certified Developer – Associate Exam For getting AWS Certified Developer – Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer