etude_for_aws 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +103 -0
- data/.rspec +2 -0
- data/.ruby-version +1 -0
- data/.yardopts +10 -0
- data/Dockerfile +17 -0
- data/Dockerfile-dev +20 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +89 -0
- data/Guardfile +22 -0
- data/Jenkinsfile +11 -0
- data/README.md +26 -0
- data/Rakefile +12 -0
- data/Vagrantfile +15 -0
- data/bin/aws_console.rb +10 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/circle.yml +22 -0
- data/config.yml +124 -0
- data/docker-compose.yml +9 -0
- data/docs/README.md +54 -0
- data/docs/_config.yml +6 -0
- data/docs/dev/cfm/cfm.md +9 -0
- data/docs/dev/cfm/images/vpc_core_model.png +0 -0
- data/docs/dev/cfm/images/vpc_type1.png +0 -0
- data/docs/dev/cfm/images/vpc_type2.png +0 -0
- data/docs/dev/cfm/images/vpc_type3.png +0 -0
- data/docs/dev/cfm/images/vpc_type4.png +0 -0
- data/docs/dev/cfm/images/vpc_type5.png +0 -0
- data/docs/dev/cfm/images/vpc_type6.png +0 -0
- data/docs/dev/cfm/images/vpc_type7.png +0 -0
- data/docs/dev/cfm/vpc/core_model.puml +35 -0
- data/docs/dev/cfm/vpc/vpc.md +39 -0
- data/docs/dev/cfm/vpc/vpc_type1.puml +17 -0
- data/docs/dev/cfm/vpc/vpc_type2.puml +23 -0
- data/docs/dev/cfm/vpc/vpc_type3.puml +24 -0
- data/docs/dev/cfm/vpc/vpc_type4.puml +23 -0
- data/docs/dev/cfm/vpc/vpc_type5.puml +25 -0
- data/docs/dev/cfm/vpc/vpc_type6.puml +26 -0
- data/docs/dev/cfm/vpc/vpc_type7.puml +39 -0
- data/docs/dev/ec2/core_model.puml +43 -0
- data/docs/dev/ec2/ec2.md +36 -0
- data/docs/dev/ec2/ec2_type1.puml +27 -0
- data/docs/dev/ec2/ec2_type2.puml +43 -0
- data/docs/dev/ec2/ec2_type3.puml +44 -0
- data/docs/dev/ec2/ec2_type4.puml +43 -0
- data/docs/dev/ec2/ec2_type5.puml +45 -0
- data/docs/dev/ec2/ec2_type6.puml +46 -0
- data/docs/dev/ec2/ec2_type7.puml +79 -0
- data/docs/dev/ec2/images/.keep +0 -0
- data/docs/dev/ec2/images/ec2_core_model.png +0 -0
- data/docs/dev/ec2/images/ec2_type1.png +0 -0
- data/docs/dev/ec2/images/ec2_type2.png +0 -0
- data/docs/dev/ec2/images/ec2_type3.png +0 -0
- data/docs/dev/ec2/images/ec2_type4.png +0 -0
- data/docs/dev/ec2/images/ec2_type5.png +0 -0
- data/docs/dev/ec2/images/ec2_type6.png +0 -0
- data/docs/dev/ec2/images/ec2_type7.png +0 -0
- data/docs/dev/vpc/core_model.puml +49 -0
- data/docs/dev/vpc/images/core_model.png +0 -0
- data/docs/dev/vpc/images/simple.png +0 -0
- data/docs/dev/vpc/images/standard.png +0 -0
- data/docs/dev/vpc/simple.puml +17 -0
- data/docs/dev/vpc/standard.puml +24 -0
- data/docs/dev/vpc/vpc.md +19 -0
- data/docs/ops/build_aws_sdk_repl.md +19 -0
- data/docs/ops/images/.keep +0 -0
- data/docs/ops/run_rake_task.md +89 -0
- data/docs/ops/ship_circleci.md +9 -0
- data/docs/ops/ship_jenkins.md +20 -0
- data/docs/ops/ship_ruby_gem.md +26 -0
- data/docs/template_catalog.md +6 -0
- data/docs/template_pattern.md +13 -0
- data/docs/template_recipe.md +6 -0
- data/docs/template_spec.md +8 -0
- data/etude_for_aws.gemspec +41 -0
- data/etude_for_aws.iml +42 -0
- data/exe/etude_for_aws +3 -0
- data/lib/etude_for_aws.rb +38 -0
- data/lib/etude_for_aws/cfm/configuration.rb +39 -0
- data/lib/etude_for_aws/cfm/vpc/cfm_templates/vpc-1az-1subnet-pub.template +529 -0
- data/lib/etude_for_aws/cfm/vpc/cfm_templates/vpc-1az-2subnet-pub-pri.template +790 -0
- data/lib/etude_for_aws/cfm/vpc/cfm_templates/vpc-1az-2subnet-pub.template +634 -0
- data/lib/etude_for_aws/cfm/vpc/cfm_templates/vpc-2az-2subnet-pri.template +645 -0
- data/lib/etude_for_aws/cfm/vpc/cfm_templates/vpc-2az-2subnet-pub-pri.template +611 -0
- data/lib/etude_for_aws/cfm/vpc/cfm_templates/vpc-2az-2subnet-pub.template +646 -0
- data/lib/etude_for_aws/cfm/vpc/cfm_templates/vpc-2az-4subnet-pub-pri.template +1010 -0
- data/lib/etude_for_aws/cfm/vpc/null_vpc.rb +13 -0
- data/lib/etude_for_aws/cfm/vpc/one_az_one_public_subnet_vpc.rb +45 -0
- data/lib/etude_for_aws/cfm/vpc/one_az_two_public_and_private_subnet_vpc.rb +47 -0
- data/lib/etude_for_aws/cfm/vpc/one_az_two_public_subnet_vpc.rb +47 -0
- data/lib/etude_for_aws/cfm/vpc/two_az_one_public_subnet_and_private_subnet_vpc.rb +52 -0
- data/lib/etude_for_aws/cfm/vpc/two_az_two_private_subnet_vpc.rb +38 -0
- data/lib/etude_for_aws/cfm/vpc/two_az_two_public_subnet_and_private_subnet_vpc.rb +38 -0
- data/lib/etude_for_aws/cfm/vpc/two_az_two_public_subnet_vpc.rb +38 -0
- data/lib/etude_for_aws/cfm/vpc/vpc.rb +104 -0
- data/lib/etude_for_aws/ec2/configuration.rb +66 -0
- data/lib/etude_for_aws/ec2/ec2.rb +218 -0
- data/lib/etude_for_aws/ec2/ec2_api_gateway.rb +127 -0
- data/lib/etude_for_aws/ec2/ec2_instance.rb +107 -0
- data/lib/etude_for_aws/ec2/key_pair.rb +46 -0
- data/lib/etude_for_aws/ec2/security_group.rb +75 -0
- data/lib/etude_for_aws/ec2/vpc_interface.rb +11 -0
- data/lib/etude_for_aws/helpers/certification_helper.rb +16 -0
- data/lib/etude_for_aws/helpers/configuration_helper.rb +103 -0
- data/lib/etude_for_aws/tasks/cfm.rake +73 -0
- data/lib/etude_for_aws/tasks/ec2.rake +210 -0
- data/lib/etude_for_aws/tasks/vpc.rake +47 -0
- data/lib/etude_for_aws/version.rb +3 -0
- data/lib/etude_for_aws/vpc/configuration.rb +77 -0
- data/lib/etude_for_aws/vpc/customer_gateway.rb +28 -0
- data/lib/etude_for_aws/vpc/internet_gateway.rb +15 -0
- data/lib/etude_for_aws/vpc/route_table.rb +42 -0
- data/lib/etude_for_aws/vpc/simple_vpc.rb +57 -0
- data/lib/etude_for_aws/vpc/standard_vpc.rb +94 -0
- data/lib/etude_for_aws/vpc/subnet.rb +22 -0
- data/lib/etude_for_aws/vpc/vpc.rb +147 -0
- data/lib/etude_for_aws/vpc/vpc_api_gateway.rb +277 -0
- data/lib/etude_for_aws/vpc/vpc_director.rb +43 -0
- data/lib/etude_for_aws/vpc/vpn.rb +244 -0
- data/lib/etude_for_aws/vpc/vpn_connection.rb +28 -0
- data/lib/etude_for_aws/vpc/vpn_director.rb +47 -0
- data/lib/etude_for_aws/vpc/vpn_gateway.rb +36 -0
- metadata +280 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
module VPC
|
2
|
+
class VpnConnection
|
3
|
+
attr_reader :vpn_connection_id
|
4
|
+
|
5
|
+
def initialize(config,gateway,vpn_connection_id=nil)
|
6
|
+
@config = config
|
7
|
+
@gateway = gateway
|
8
|
+
@vpn_connection_id = vpn_connection_id
|
9
|
+
end
|
10
|
+
|
11
|
+
def creat(customer_gateway_id, vpn_gateway_id, vpn_connection_info)
|
12
|
+
type = vpn_connection_info['TYPE']
|
13
|
+
static_routes_only = vpn_connection_info['OPTIONS']['STATIC_ROUTES_ONLY']
|
14
|
+
@vpn_connection = @gateway.create_vpn_connection(type, customer_gateway_id, vpn_gateway_id, static_routes_only)
|
15
|
+
@vpn_connection_id = @vpn_connection[0].vpn_connection_id
|
16
|
+
resources = [@vpn_connection_id]
|
17
|
+
vpn_connection_tags = vpn_connection_info['TAGS']
|
18
|
+
tag = {key: vpn_connection_tags['NAME']['KEY'], value: vpn_connection_tags['NAME']['VALUE']}
|
19
|
+
tags = [tag, @config.vpc_group_tag]
|
20
|
+
@gateway.create_tags(resources, tags)
|
21
|
+
end
|
22
|
+
|
23
|
+
def delete
|
24
|
+
@gateway.delete_vpn_connection(@vpn_connection_id)
|
25
|
+
end
|
26
|
+
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,47 @@
|
|
1
|
+
module VPC
|
2
|
+
class VpnDirector
|
3
|
+
attr_accessor :builder
|
4
|
+
|
5
|
+
def initialize(vpc_builder)
|
6
|
+
@builder = vpc_builder
|
7
|
+
end
|
8
|
+
|
9
|
+
def create
|
10
|
+
begin
|
11
|
+
|
12
|
+
@builder.create_customer_gateway
|
13
|
+
|
14
|
+
@builder.create_vpn_gateway
|
15
|
+
|
16
|
+
@builder.attach_vpn_gateway
|
17
|
+
|
18
|
+
@builder.create_vpn_connection
|
19
|
+
|
20
|
+
@builder.create_route
|
21
|
+
|
22
|
+
rescue Exception => e
|
23
|
+
puts "Error occurred (#{e.class})"
|
24
|
+
throw e
|
25
|
+
end
|
26
|
+
end
|
27
|
+
|
28
|
+
def destroy
|
29
|
+
begin
|
30
|
+
|
31
|
+
@builder.delete_route
|
32
|
+
|
33
|
+
@builder.delete_vpn_connection
|
34
|
+
|
35
|
+
@builder.detach_vpn_gateway
|
36
|
+
|
37
|
+
@builder.delete_vpn_gateway
|
38
|
+
|
39
|
+
@builder.delete_customer_gateway
|
40
|
+
|
41
|
+
rescue Exception => e
|
42
|
+
puts "Error occurred (#{e.class})"
|
43
|
+
throw e
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
@@ -0,0 +1,36 @@
|
|
1
|
+
module VPC
|
2
|
+
class VpnGateway
|
3
|
+
attr_reader :vpn_gateway_id
|
4
|
+
|
5
|
+
def initialize(config,gateway,vpn_gateway_id=nil)
|
6
|
+
@config = config
|
7
|
+
@gateway = gateway
|
8
|
+
@vpn_gateway_id = vpn_gateway_id
|
9
|
+
end
|
10
|
+
|
11
|
+
def create(vpn_gateway_info)
|
12
|
+
type = vpn_gateway_info['TYPE']
|
13
|
+
|
14
|
+
virtual_gateway = @gateway.create_vpn_gateway(type)
|
15
|
+
@vpn_gateway_id = virtual_gateway[0].vpn_gateway_id
|
16
|
+
resources = [vpn_gateway_id]
|
17
|
+
vpn_gateway_tags = vpn_gateway_info['TAGS']
|
18
|
+
tag = {key: vpn_gateway_tags['NAME']['KEY'], value: vpn_gateway_tags['NAME']['VALUE']}
|
19
|
+
tags = [tag, @config.vpc_group_tag]
|
20
|
+
@gateway.create_tags(resources, tags)
|
21
|
+
end
|
22
|
+
|
23
|
+
def attach(vpc_id)
|
24
|
+
@gateway.attach_vpn_gateway(@vpn_gateway_id,vpc_id)
|
25
|
+
end
|
26
|
+
|
27
|
+
def detach(vpc_id)
|
28
|
+
@gateway.detach_vpn_gateway(@vpn_gateway_id,vpc_id)
|
29
|
+
end
|
30
|
+
|
31
|
+
def delete
|
32
|
+
@gateway.delete_vpn_gateway(@vpn_gateway_id)
|
33
|
+
end
|
34
|
+
|
35
|
+
end
|
36
|
+
end
|
metadata
ADDED
@@ -0,0 +1,280 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: etude_for_aws
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.7.4
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- k2works
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2017-05-12 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: bundler
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.14'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.14'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rake
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '10.0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '10.0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rspec
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '3.0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '3.0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: yard
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0.8'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0.8'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: redcarpet
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '3.4'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '3.4'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: aws-sdk
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '2.9'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '2.9'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: dotenv
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: pry
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - "~>"
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: 0.10.4
|
118
|
+
type: :development
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - "~>"
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: 0.10.4
|
125
|
+
description: Etude for AWS.
|
126
|
+
email:
|
127
|
+
- kakimomokuri@gmail.com
|
128
|
+
executables:
|
129
|
+
- etude_for_aws
|
130
|
+
extensions: []
|
131
|
+
extra_rdoc_files: []
|
132
|
+
files:
|
133
|
+
- ".gitignore"
|
134
|
+
- ".rspec"
|
135
|
+
- ".ruby-version"
|
136
|
+
- ".yardopts"
|
137
|
+
- Dockerfile
|
138
|
+
- Dockerfile-dev
|
139
|
+
- Gemfile
|
140
|
+
- Gemfile.lock
|
141
|
+
- Guardfile
|
142
|
+
- Jenkinsfile
|
143
|
+
- README.md
|
144
|
+
- Rakefile
|
145
|
+
- Vagrantfile
|
146
|
+
- bin/aws_console.rb
|
147
|
+
- bin/console
|
148
|
+
- bin/setup
|
149
|
+
- circle.yml
|
150
|
+
- config.yml
|
151
|
+
- docker-compose.yml
|
152
|
+
- docs/README.md
|
153
|
+
- docs/_config.yml
|
154
|
+
- docs/dev/cfm/cfm.md
|
155
|
+
- docs/dev/cfm/images/vpc_core_model.png
|
156
|
+
- docs/dev/cfm/images/vpc_type1.png
|
157
|
+
- docs/dev/cfm/images/vpc_type2.png
|
158
|
+
- docs/dev/cfm/images/vpc_type3.png
|
159
|
+
- docs/dev/cfm/images/vpc_type4.png
|
160
|
+
- docs/dev/cfm/images/vpc_type5.png
|
161
|
+
- docs/dev/cfm/images/vpc_type6.png
|
162
|
+
- docs/dev/cfm/images/vpc_type7.png
|
163
|
+
- docs/dev/cfm/vpc/core_model.puml
|
164
|
+
- docs/dev/cfm/vpc/vpc.md
|
165
|
+
- docs/dev/cfm/vpc/vpc_type1.puml
|
166
|
+
- docs/dev/cfm/vpc/vpc_type2.puml
|
167
|
+
- docs/dev/cfm/vpc/vpc_type3.puml
|
168
|
+
- docs/dev/cfm/vpc/vpc_type4.puml
|
169
|
+
- docs/dev/cfm/vpc/vpc_type5.puml
|
170
|
+
- docs/dev/cfm/vpc/vpc_type6.puml
|
171
|
+
- docs/dev/cfm/vpc/vpc_type7.puml
|
172
|
+
- docs/dev/ec2/core_model.puml
|
173
|
+
- docs/dev/ec2/ec2.md
|
174
|
+
- docs/dev/ec2/ec2_type1.puml
|
175
|
+
- docs/dev/ec2/ec2_type2.puml
|
176
|
+
- docs/dev/ec2/ec2_type3.puml
|
177
|
+
- docs/dev/ec2/ec2_type4.puml
|
178
|
+
- docs/dev/ec2/ec2_type5.puml
|
179
|
+
- docs/dev/ec2/ec2_type6.puml
|
180
|
+
- docs/dev/ec2/ec2_type7.puml
|
181
|
+
- docs/dev/ec2/images/.keep
|
182
|
+
- docs/dev/ec2/images/ec2_core_model.png
|
183
|
+
- docs/dev/ec2/images/ec2_type1.png
|
184
|
+
- docs/dev/ec2/images/ec2_type2.png
|
185
|
+
- docs/dev/ec2/images/ec2_type3.png
|
186
|
+
- docs/dev/ec2/images/ec2_type4.png
|
187
|
+
- docs/dev/ec2/images/ec2_type5.png
|
188
|
+
- docs/dev/ec2/images/ec2_type6.png
|
189
|
+
- docs/dev/ec2/images/ec2_type7.png
|
190
|
+
- docs/dev/vpc/core_model.puml
|
191
|
+
- docs/dev/vpc/images/core_model.png
|
192
|
+
- docs/dev/vpc/images/simple.png
|
193
|
+
- docs/dev/vpc/images/standard.png
|
194
|
+
- docs/dev/vpc/simple.puml
|
195
|
+
- docs/dev/vpc/standard.puml
|
196
|
+
- docs/dev/vpc/vpc.md
|
197
|
+
- docs/ops/build_aws_sdk_repl.md
|
198
|
+
- docs/ops/images/.keep
|
199
|
+
- docs/ops/run_rake_task.md
|
200
|
+
- docs/ops/ship_circleci.md
|
201
|
+
- docs/ops/ship_jenkins.md
|
202
|
+
- docs/ops/ship_ruby_gem.md
|
203
|
+
- docs/template_catalog.md
|
204
|
+
- docs/template_pattern.md
|
205
|
+
- docs/template_recipe.md
|
206
|
+
- docs/template_spec.md
|
207
|
+
- etude_for_aws.gemspec
|
208
|
+
- etude_for_aws.iml
|
209
|
+
- exe/etude_for_aws
|
210
|
+
- lib/etude_for_aws.rb
|
211
|
+
- lib/etude_for_aws/cfm/configuration.rb
|
212
|
+
- lib/etude_for_aws/cfm/vpc/cfm_templates/vpc-1az-1subnet-pub.template
|
213
|
+
- lib/etude_for_aws/cfm/vpc/cfm_templates/vpc-1az-2subnet-pub-pri.template
|
214
|
+
- lib/etude_for_aws/cfm/vpc/cfm_templates/vpc-1az-2subnet-pub.template
|
215
|
+
- lib/etude_for_aws/cfm/vpc/cfm_templates/vpc-2az-2subnet-pri.template
|
216
|
+
- lib/etude_for_aws/cfm/vpc/cfm_templates/vpc-2az-2subnet-pub-pri.template
|
217
|
+
- lib/etude_for_aws/cfm/vpc/cfm_templates/vpc-2az-2subnet-pub.template
|
218
|
+
- lib/etude_for_aws/cfm/vpc/cfm_templates/vpc-2az-4subnet-pub-pri.template
|
219
|
+
- lib/etude_for_aws/cfm/vpc/null_vpc.rb
|
220
|
+
- lib/etude_for_aws/cfm/vpc/one_az_one_public_subnet_vpc.rb
|
221
|
+
- lib/etude_for_aws/cfm/vpc/one_az_two_public_and_private_subnet_vpc.rb
|
222
|
+
- lib/etude_for_aws/cfm/vpc/one_az_two_public_subnet_vpc.rb
|
223
|
+
- lib/etude_for_aws/cfm/vpc/two_az_one_public_subnet_and_private_subnet_vpc.rb
|
224
|
+
- lib/etude_for_aws/cfm/vpc/two_az_two_private_subnet_vpc.rb
|
225
|
+
- lib/etude_for_aws/cfm/vpc/two_az_two_public_subnet_and_private_subnet_vpc.rb
|
226
|
+
- lib/etude_for_aws/cfm/vpc/two_az_two_public_subnet_vpc.rb
|
227
|
+
- lib/etude_for_aws/cfm/vpc/vpc.rb
|
228
|
+
- lib/etude_for_aws/ec2/configuration.rb
|
229
|
+
- lib/etude_for_aws/ec2/ec2.rb
|
230
|
+
- lib/etude_for_aws/ec2/ec2_api_gateway.rb
|
231
|
+
- lib/etude_for_aws/ec2/ec2_instance.rb
|
232
|
+
- lib/etude_for_aws/ec2/key_pair.rb
|
233
|
+
- lib/etude_for_aws/ec2/security_group.rb
|
234
|
+
- lib/etude_for_aws/ec2/vpc_interface.rb
|
235
|
+
- lib/etude_for_aws/helpers/certification_helper.rb
|
236
|
+
- lib/etude_for_aws/helpers/configuration_helper.rb
|
237
|
+
- lib/etude_for_aws/tasks/cfm.rake
|
238
|
+
- lib/etude_for_aws/tasks/ec2.rake
|
239
|
+
- lib/etude_for_aws/tasks/vpc.rake
|
240
|
+
- lib/etude_for_aws/version.rb
|
241
|
+
- lib/etude_for_aws/vpc/configuration.rb
|
242
|
+
- lib/etude_for_aws/vpc/customer_gateway.rb
|
243
|
+
- lib/etude_for_aws/vpc/internet_gateway.rb
|
244
|
+
- lib/etude_for_aws/vpc/route_table.rb
|
245
|
+
- lib/etude_for_aws/vpc/simple_vpc.rb
|
246
|
+
- lib/etude_for_aws/vpc/standard_vpc.rb
|
247
|
+
- lib/etude_for_aws/vpc/subnet.rb
|
248
|
+
- lib/etude_for_aws/vpc/vpc.rb
|
249
|
+
- lib/etude_for_aws/vpc/vpc_api_gateway.rb
|
250
|
+
- lib/etude_for_aws/vpc/vpc_director.rb
|
251
|
+
- lib/etude_for_aws/vpc/vpn.rb
|
252
|
+
- lib/etude_for_aws/vpc/vpn_connection.rb
|
253
|
+
- lib/etude_for_aws/vpc/vpn_director.rb
|
254
|
+
- lib/etude_for_aws/vpc/vpn_gateway.rb
|
255
|
+
homepage: https://github.com/k2works/etude_for_aws
|
256
|
+
licenses:
|
257
|
+
- MIT
|
258
|
+
metadata:
|
259
|
+
allowed_push_host: https://rubygems.org
|
260
|
+
post_install_message:
|
261
|
+
rdoc_options: []
|
262
|
+
require_paths:
|
263
|
+
- lib
|
264
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
265
|
+
requirements:
|
266
|
+
- - ">="
|
267
|
+
- !ruby/object:Gem::Version
|
268
|
+
version: '0'
|
269
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
270
|
+
requirements:
|
271
|
+
- - ">="
|
272
|
+
- !ruby/object:Gem::Version
|
273
|
+
version: '0'
|
274
|
+
requirements: []
|
275
|
+
rubyforge_project:
|
276
|
+
rubygems_version: 2.5.1
|
277
|
+
signing_key:
|
278
|
+
specification_version: 4
|
279
|
+
summary: Etude for AWS.
|
280
|
+
test_files: []
|