• [AWS] Architecture Patterns Containers and PaaS


    Company plans to deploy Docker containers on AWS at lowest cost?

    Use ECS with a clsuter of SPot instances and enable Spot instance draining.

    Company plans to migrate Dokcer containers to AWS and does not want to manage operating system?

    Migrate to ECS using the Fargate launch type

    Fargate task is launched in a private subnet and fails with error "CannotPullContainer"?

    Disable auto-assignment of public IP addresses and configure a NAT gateway.

    Application will be deployed on ECS and must scale based on memory?

    Use service auto-scaling and use the memory utilization. (For EC2, otherwise, you need to use CloudWatch Agent to collect custom mertic, but EC2 has memory utilization metric)

    Application will run on ECS tasks across multiple hosts and needs access to an S3 bucket?

    Use a task execution IAM role to provide permissions to S3 bucket.

    Company requires standard Docker container automation and management service to be used across multiple environments?

    For multiple environments, Deploy Amazon EKS.

    Company needs to move many simple web apps running on PHP, Java and Rudby to AWS. Utilization is very low?

    Deploy to single instance Elastic Beanstalk environments.

    Business critical application running on Elastic Beanstalk must be updated. Requrie zero downtime and quick and complete rollback?

    Update using an immutable update with a new ASG and swap traffic.

    A development application running on Elastic Beanstalk needs a cost-effective and quick update. Downtime is acceptable?

    Use an all-at-once update.

    Need a managed environmnet for running a simple web application. App processes incoming data which can take several minutes per task?

    Use an Elastic Beanstalk environment with a web server for the app front-end and a decoupled SQS tier for the long running process.

  • 相关阅读:
    python学习:设计一个算法将缺失的数字找出来。
    zabbix如何监控进程
    centos7 网桥的配置
    Zabbix 3.0 监控Web
    一个监控进程的脚本,若进程异常重启进程
    centos 6.8 下安装redmine(缺陷跟踪系统)
    iOS UICollectionView简单使用
    ios开发图片点击放大
    IOS中实现图片点击全屏预览
    iOS 中有用的开源库
  • 原文地址:https://www.cnblogs.com/Answer1215/p/16100668.html
Copyright © 2020-2023  润新知