ec2-host 0.3.1 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,35 +0,0 @@
1
- # How to run test
2
-
3
- NOTE: Currently, mock is not supported yet. So, you have to create your own AWS account, and instances.
4
-
5
- Configure .env file as
6
-
7
- ```
8
- AWS_ACCESS_KEY_ID=
9
- AWS_SECRET_ACCESS_KEY=
10
- AWS_REGION=
11
- EC2_HOST_CONFIG_FILE=.env
12
- OPTIONAL_ARRAY_TAGS=Tags
13
- OPTIONAL_STRING_TAGS=Service,Status
14
- ```
15
-
16
- EC2 instance tags must be configured as followings:
17
-
18
- ```
19
- [
20
- {
21
- Name: test
22
- Roles: admin:admin,test
23
- Service: test
24
- Status: reserve
25
- Tags: standby
26
- }
27
- {
28
- Name: isucon4
29
- Roles: isucon4:qual
30
- Service: isucon4
31
- Status: active
32
- Tags: master
33
- }
34
- ]
35
- ```