I need help duplicating Amazon AWS EC2 instances

前端 未结 3 1961
臣服心动
臣服心动 2021-02-01 07:36

I\'m just getting started with AWS EC2 and not entirely sure I understand it.

From what I\'ve read, an instance is basically a virtual server, and you should be able to

3条回答
  •  时光说笑
    2021-02-01 08:35

    Create a webserver AMI using EBS backed instance. This will serve as your template for running multiple web-server instance later.

    For the app codes, depending on your strategy and amount of files to transfer, you can pull them from S3 or git or maybe using a centralized filesystem such as NFS.

    Configure the ELB, add one or more web server instances to it. CNAME your ELB's public dns to your www.domain.com.

提交回复
热议问题