If I want to rum a AMI, I need to copy from S3, where the AMI will be copied to?
Please tell me, does the AMI run on S3?
|
If I want to rum a AMI, I need to copy from S3, where the AMI will be copied to? Please tell me, does the AMI run on S3? |
||||
|
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
S3-backed AMIs are stored inside of S3, but are loaded into EC2 at runtime. EBS-backed AMIs are backed up to your S3 account, but they only run in EC2. Think of S3 as a hard drive. It isn't a whole computer, so it can't process anything by itself, but it's designed exclusively for storage. |
|||
|
|