mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Changed t1 -> t2 micro
t1.micro no longer supports HVM AMIs. Attempted launch with a t1.micro results in: [ERROR ] AWS Response Status Code and Error: [400 400 Client Error: Bad Request] {'Errors': {'Error': {'Message': "Non-Windows instances with a virtualization type of 'hvm' are currently not supported for this instance type.", 'Code': 'InvalidParameterCombination'}}, 'RequestID': 'd8d20595-0a17-42ad-9f9a-41cbd009098d'}
This commit is contained in:
parent
952da7abaf
commit
0254a2e90e
1 changed files with 2 additions and 2 deletions
|
@ -232,13 +232,13 @@ Set up an initial profile at ``/etc/salt/cloud.profiles``:
|
|||
base_ec2_private:
|
||||
provider: my-ec2-southeast-private-ips
|
||||
image: ami-e565ba8c
|
||||
size: t1.micro
|
||||
size: t2.micro
|
||||
ssh_username: ec2-user
|
||||
|
||||
base_ec2_public:
|
||||
provider: my-ec2-southeast-public-ips
|
||||
image: ami-e565ba8c
|
||||
size: t1.micro
|
||||
size: t2.micro
|
||||
ssh_username: ec2-user
|
||||
|
||||
base_ec2_db:
|
||||
|
|
Loading…
Add table
Reference in a new issue