LoginSignup
1
2

More than 5 years have passed since last update.

AWS Elastic Beanstalk で異なるVPCに eb clone

Posted at

環境の保存

マウスでポチポチして保存

eb createで、VPCまわりのCLIパラメータ付けて実行

eb create eb-sample-after \
--cfg eb-sample-before \
--vpc \
--vpc.publicip \
--vpc.id <vpc-id> \
--vpc.ec2subnets <subnet-id-1>,<subnet-id-2> \
--vpc.elbpublic \
--vpc.elbsubnets <subnet-id-1>,<subnet-id-2>
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2