Skip to content

Commit a2ba520

Browse files
Add files via upload
1 parent 4fb68da commit a2ba520

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

EB BeanStalk CLI Commands.txt

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
1.eb ---> shows help
2+
3+
2.eb init ---> select region with number ---> 5 for Franfurt
4+
5+
3.application name
6+
7+
4.select platform ---> 7
8+
9+
5.ssh-keys ---> 1
10+
11+
done
12+
13+
6.eb list shows current environment
14+
15+
7.eb create ---> for environment creation
16+
17+
8. eb platform show
18+
Current default platform: Docker 18.06.1-ce
19+
New environments will be running: 64bit Amazon Linux 2018.03 v2.12.14 running Docker 18.06.1-ce
20+
21+
9.https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_dockerpreconfig.html
22+
23+
10.https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.customenv.html
24+
25+
11.eb create
26+
27+
12.eb local run
28+
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb3-local.html
29+
30+
13. aws ecr get-login
31+
https://docs.aws.amazon.com/cli/latest/reference/ecr/get-login.html
32+
33+
14. aws ecr describe-repositories
34+
https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-pull-ecr-image.html
35+
36+
15. ECR Policy
37+
https://docs.aws.amazon.com/AmazonECR/latest/userguide/ecr_managed_policies.html
38+
39+
16.eb create mysingle ---> Environment Setup for single instance
40+
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb3-create.html
41+
42+
17. EB CLI important switches
43+
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb3-create.html
44+
45+
Example: eb create cloudelligent-single-ec2 --instance_profile cloudelligent-ecr-frankfurt
46+
47+
18.eb create
48+
49+
19. eb config mh-prod
50+
51+
20. In application dicrectory ---> edit ---> the configuration file
52+
53+
(Note: always start with ----> eb init ---> in new directory + incase error comes docker-compose not found install docker-compose)
54+
https://docs.docker.com/compose/install/
55+

0 commit comments

Comments
 (0)