
上QQ阅读APP看书,第一时间看更新
Questions
- Name three ECS components required to run a long running Docker container using ECS
- True/false: The ECS agent runs as an upstart service
- What configuration file format do you use to define infrastructure when using the ECS CLI?
- True/false: You can deploy two instances of an ECS task with a static port mapping to a single instance ECS cluster
- True/false: The ECS CLI is considered the best tool for deploying Docker environments to production
- What would you configure when using ECS to run a batch job that runs for 15 minutes every night?
- True/false: ECS task definitions are mutable and can be modified
- True/false: You can inspect the current status of an agent on a given Docker Engine by running the curl localhost:51678 command