Docker on Amazon Web Services
上QQ阅读APP看书,第一时间看更新

Questions

  1. Name three ECS components required to run a long running Docker container using ECS
  2. True/false: The ECS agent runs as an upstart service
  3. What configuration file format do you use to define infrastructure when using the ECS CLI?
  4. True/false: You can deploy two instances of an ECS task with a static port mapping to a single instance ECS cluster
  5. True/false: The ECS CLI is considered the best tool for deploying Docker environments to production
  6. What would you configure when using ECS to run a batch job that runs for 15 minutes every night?
  7. True/false: ECS task definitions are mutable and can be modified
  8. True/false: You can inspect the current status of an agent on a given Docker Engine by running the curl localhost:51678 command