stefano....@gmail.com writes:
> I'm trying to use pallet-aws to create an EC2 instance inside an existing
> subnet; I thought I was following closely the instructions in the README,
> but the instances I got are always in a subnet which is not the one I want.
> My code:
>
> (node-spec
> :image {:image-id "ami-25865252"
> :os-family :ubuntu
> :os-version "12.04"
> :login-user "ubuntu"}
> :location {:location-id "eu-west-1c"}
> :hardware {:hardware-id "t1.micro"}
> :provider {:pallet-ec2
> {:network-interface [{:subnet-id "subnet-b24e93d7"
> :description "Standard secure configuration from Pallet..."
> :private-ip-address "172.16.0.1"
> :security-group-id "sg-8c63bae9"
> :delete-on-termination "true"}]}})
>
Checking the AWS docs, it looks like the readme might be wrong. I think