ec2.py 71 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711
  1. #!/usr/bin/env python
  2. '''
  3. EC2 external inventory script
  4. =================================
  5. Generates inventory that Ansible can understand by making API request to
  6. AWS EC2 using the Boto library.
  7. NOTE: This script assumes Ansible is being executed where the environment
  8. variables needed for Boto have already been set:
  9. export AWS_ACCESS_KEY_ID='AK123'
  10. export AWS_SECRET_ACCESS_KEY='abc123'
  11. Optional region environment variable if region is 'auto'
  12. This script also assumes that there is an ec2.ini file alongside it. To specify a
  13. different path to ec2.ini, define the EC2_INI_PATH environment variable:
  14. export EC2_INI_PATH=/path/to/my_ec2.ini
  15. If you're using eucalyptus you need to set the above variables and
  16. you need to define:
  17. export EC2_URL=http://hostname_of_your_cc:port/services/Eucalyptus
  18. If you're using boto profiles (requires boto>=2.24.0) you can choose a profile
  19. using the --boto-profile command line argument (e.g. ec2.py --boto-profile prod) or using
  20. the AWS_PROFILE variable:
  21. AWS_PROFILE=prod ansible-playbook -i ec2.py myplaybook.yml
  22. For more details, see: http://docs.pythonboto.org/en/latest/boto_config_tut.html
  23. You can filter for specific EC2 instances by creating an environment variable
  24. named EC2_INSTANCE_FILTERS, which has the same format as the instance_filters
  25. entry documented in ec2.ini. For example, to find all hosts whose name begins
  26. with 'webserver', one might use:
  27. export EC2_INSTANCE_FILTERS='tag:Name=webserver*'
  28. When run against a specific host, this script returns the following variables:
  29. - ec2_ami_launch_index
  30. - ec2_architecture
  31. - ec2_association
  32. - ec2_attachTime
  33. - ec2_attachment
  34. - ec2_attachmentId
  35. - ec2_block_devices
  36. - ec2_client_token
  37. - ec2_deleteOnTermination
  38. - ec2_description
  39. - ec2_deviceIndex
  40. - ec2_dns_name
  41. - ec2_eventsSet
  42. - ec2_group_name
  43. - ec2_hypervisor
  44. - ec2_id
  45. - ec2_image_id
  46. - ec2_instanceState
  47. - ec2_instance_type
  48. - ec2_ipOwnerId
  49. - ec2_ip_address
  50. - ec2_item
  51. - ec2_kernel
  52. - ec2_key_name
  53. - ec2_launch_time
  54. - ec2_monitored
  55. - ec2_monitoring
  56. - ec2_networkInterfaceId
  57. - ec2_ownerId
  58. - ec2_persistent
  59. - ec2_placement
  60. - ec2_platform
  61. - ec2_previous_state
  62. - ec2_private_dns_name
  63. - ec2_private_ip_address
  64. - ec2_publicIp
  65. - ec2_public_dns_name
  66. - ec2_ramdisk
  67. - ec2_reason
  68. - ec2_region
  69. - ec2_requester_id
  70. - ec2_root_device_name
  71. - ec2_root_device_type
  72. - ec2_security_group_ids
  73. - ec2_security_group_names
  74. - ec2_shutdown_state
  75. - ec2_sourceDestCheck
  76. - ec2_spot_instance_request_id
  77. - ec2_state
  78. - ec2_state_code
  79. - ec2_state_reason
  80. - ec2_status
  81. - ec2_subnet_id
  82. - ec2_tenancy
  83. - ec2_virtualization_type
  84. - ec2_vpc_id
  85. These variables are pulled out of a boto.ec2.instance object. There is a lack of
  86. consistency with variable spellings (camelCase and underscores) since this
  87. just loops through all variables the object exposes. It is preferred to use the
  88. ones with underscores when multiple exist.
  89. In addition, if an instance has AWS tags associated with it, each tag is a new
  90. variable named:
  91. - ec2_tag_[Key] = [Value]
  92. Security groups are comma-separated in 'ec2_security_group_ids' and
  93. 'ec2_security_group_names'.
  94. When destination_format and destination_format_tags are specified
  95. the destination_format can be built from the instance tags and attributes.
  96. The behavior will first check the user defined tags, then proceed to
  97. check instance attributes, and finally if neither are found 'nil' will
  98. be used instead.
  99. 'my_instance': {
  100. 'region': 'us-east-1', # attribute
  101. 'availability_zone': 'us-east-1a', # attribute
  102. 'private_dns_name': '172.31.0.1', # attribute
  103. 'ec2_tag_deployment': 'blue', # tag
  104. 'ec2_tag_clusterid': 'ansible', # tag
  105. 'ec2_tag_Name': 'webserver', # tag
  106. ...
  107. }
  108. Inside of the ec2.ini file the following settings are specified:
  109. ...
  110. destination_format: {0}-{1}-{2}-{3}
  111. destination_format_tags: Name,clusterid,deployment,private_dns_name
  112. ...
  113. These settings would produce a destination_format as the following:
  114. 'webserver-ansible-blue-172.31.0.1'
  115. '''
  116. # (c) 2012, Peter Sankauskas
  117. #
  118. # This file is part of Ansible,
  119. #
  120. # Ansible is free software: you can redistribute it and/or modify
  121. # it under the terms of the GNU General Public License as published by
  122. # the Free Software Foundation, either version 3 of the License, or
  123. # (at your option) any later version.
  124. #
  125. # Ansible is distributed in the hope that it will be useful,
  126. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  127. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  128. # GNU General Public License for more details.
  129. #
  130. # You should have received a copy of the GNU General Public License
  131. # along with Ansible. If not, see <http://www.gnu.org/licenses/>.
  132. ######################################################################
  133. import sys
  134. import os
  135. import argparse
  136. import re
  137. from time import time
  138. from copy import deepcopy
  139. import boto
  140. from boto import ec2
  141. from boto import rds
  142. from boto import elasticache
  143. from boto import route53
  144. from boto import sts
  145. import six
  146. from ansible.module_utils import ec2 as ec2_utils
  147. HAS_BOTO3 = False
  148. try:
  149. import boto3 # noqa
  150. HAS_BOTO3 = True
  151. except ImportError:
  152. pass
  153. from six.moves import configparser
  154. from collections import defaultdict
  155. import json
  156. DEFAULTS = {
  157. 'all_elasticache_clusters': 'False',
  158. 'all_elasticache_nodes': 'False',
  159. 'all_elasticache_replication_groups': 'False',
  160. 'all_instances': 'False',
  161. 'all_rds_instances': 'False',
  162. 'aws_access_key_id': '',
  163. 'aws_secret_access_key': '',
  164. 'aws_security_token': '',
  165. 'boto_profile': '',
  166. 'cache_max_age': '300',
  167. 'cache_path': '~/.ansible/tmp',
  168. 'destination_variable': 'public_dns_name',
  169. 'elasticache': 'True',
  170. 'eucalyptus': 'False',
  171. 'eucalyptus_host': '',
  172. 'expand_csv_tags': 'False',
  173. 'group_by_ami_id': 'True',
  174. 'group_by_availability_zone': 'True',
  175. 'group_by_aws_account': 'False',
  176. 'group_by_elasticache_cluster': 'True',
  177. 'group_by_elasticache_engine': 'True',
  178. 'group_by_elasticache_parameter_group': 'True',
  179. 'group_by_elasticache_replication_group': 'True',
  180. 'group_by_instance_id': 'True',
  181. 'group_by_instance_state': 'False',
  182. 'group_by_instance_type': 'True',
  183. 'group_by_key_pair': 'True',
  184. 'group_by_platform': 'True',
  185. 'group_by_rds_engine': 'True',
  186. 'group_by_rds_parameter_group': 'True',
  187. 'group_by_region': 'True',
  188. 'group_by_route53_names': 'True',
  189. 'group_by_security_group': 'True',
  190. 'group_by_tag_keys': 'True',
  191. 'group_by_tag_none': 'True',
  192. 'group_by_vpc_id': 'True',
  193. 'hostname_variable': '',
  194. 'iam_role': '',
  195. 'include_rds_clusters': 'False',
  196. 'nested_groups': 'False',
  197. 'pattern_exclude': '',
  198. 'pattern_include': '',
  199. 'rds': 'False',
  200. 'regions': 'all',
  201. 'regions_exclude': 'us-gov-west-1, cn-north-1',
  202. 'replace_dash_in_groups': 'True',
  203. 'route53': 'False',
  204. 'route53_excluded_zones': '',
  205. 'route53_hostnames': '',
  206. 'stack_filters': 'False',
  207. 'vpc_destination_variable': 'ip_address'
  208. }
  209. class Ec2Inventory(object):
  210. def _empty_inventory(self):
  211. return {"_meta": {"hostvars": {}}}
  212. def __init__(self):
  213. ''' Main execution path '''
  214. # Inventory grouped by instance IDs, tags, security groups, regions,
  215. # and availability zones
  216. self.inventory = self._empty_inventory()
  217. self.aws_account_id = None
  218. # Index of hostname (address) to instance ID
  219. self.index = {}
  220. # Boto profile to use (if any)
  221. self.boto_profile = None
  222. # AWS credentials.
  223. self.credentials = {}
  224. # Read settings and parse CLI arguments
  225. self.parse_cli_args()
  226. self.read_settings()
  227. # Make sure that profile_name is not passed at all if not set
  228. # as pre 2.24 boto will fall over otherwise
  229. if self.boto_profile:
  230. if not hasattr(boto.ec2.EC2Connection, 'profile_name'):
  231. self.fail_with_error("boto version must be >= 2.24 to use profile")
  232. # Cache
  233. if self.args.refresh_cache:
  234. self.do_api_calls_update_cache()
  235. elif not self.is_cache_valid():
  236. self.do_api_calls_update_cache()
  237. # Data to print
  238. if self.args.host:
  239. data_to_print = self.get_host_info()
  240. elif self.args.list:
  241. # Display list of instances for inventory
  242. if self.inventory == self._empty_inventory():
  243. data_to_print = self.get_inventory_from_cache()
  244. else:
  245. data_to_print = self.json_format_dict(self.inventory, True)
  246. print(data_to_print)
  247. def is_cache_valid(self):
  248. ''' Determines if the cache files have expired, or if it is still valid '''
  249. if os.path.isfile(self.cache_path_cache):
  250. mod_time = os.path.getmtime(self.cache_path_cache)
  251. current_time = time()
  252. if (mod_time + self.cache_max_age) > current_time:
  253. if os.path.isfile(self.cache_path_index):
  254. return True
  255. return False
  256. def read_settings(self):
  257. ''' Reads the settings from the ec2.ini file '''
  258. scriptbasename = __file__
  259. scriptbasename = os.path.basename(scriptbasename)
  260. scriptbasename = scriptbasename.replace('.py', '')
  261. defaults = {
  262. 'ec2': {
  263. 'ini_fallback': os.path.join(os.path.dirname(__file__), 'ec2.ini'),
  264. 'ini_path': os.path.join(os.path.dirname(__file__), '%s.ini' % scriptbasename)
  265. }
  266. }
  267. if six.PY3:
  268. config = configparser.ConfigParser(DEFAULTS)
  269. else:
  270. config = configparser.SafeConfigParser(DEFAULTS)
  271. ec2_ini_path = os.environ.get('EC2_INI_PATH', defaults['ec2']['ini_path'])
  272. ec2_ini_path = os.path.expanduser(os.path.expandvars(ec2_ini_path))
  273. if not os.path.isfile(ec2_ini_path):
  274. ec2_ini_path = os.path.expanduser(defaults['ec2']['ini_fallback'])
  275. if os.path.isfile(ec2_ini_path):
  276. config.read(ec2_ini_path)
  277. # Add empty sections if they don't exist
  278. try:
  279. config.add_section('ec2')
  280. except configparser.DuplicateSectionError:
  281. pass
  282. try:
  283. config.add_section('credentials')
  284. except configparser.DuplicateSectionError:
  285. pass
  286. # is eucalyptus?
  287. self.eucalyptus = config.getboolean('ec2', 'eucalyptus')
  288. self.eucalyptus_host = config.get('ec2', 'eucalyptus_host')
  289. # Regions
  290. self.regions = []
  291. config_regions = config.get('ec2', 'regions')
  292. if (config_regions == 'all'):
  293. if self.eucalyptus_host:
  294. self.regions.append(boto.connect_euca(host=self.eucalyptus_host).region.name, **self.credentials)
  295. else:
  296. config_regions_exclude = config.get('ec2', 'regions_exclude')
  297. for region_info in ec2.regions():
  298. if region_info.name not in config_regions_exclude:
  299. self.regions.append(region_info.name)
  300. else:
  301. self.regions = config_regions.split(",")
  302. if 'auto' in self.regions:
  303. env_region = os.environ.get('AWS_REGION')
  304. if env_region is None:
  305. env_region = os.environ.get('AWS_DEFAULT_REGION')
  306. self.regions = [env_region]
  307. # Destination addresses
  308. self.destination_variable = config.get('ec2', 'destination_variable')
  309. self.vpc_destination_variable = config.get('ec2', 'vpc_destination_variable')
  310. self.hostname_variable = config.get('ec2', 'hostname_variable')
  311. if config.has_option('ec2', 'destination_format') and \
  312. config.has_option('ec2', 'destination_format_tags'):
  313. self.destination_format = config.get('ec2', 'destination_format')
  314. self.destination_format_tags = config.get('ec2', 'destination_format_tags').split(',')
  315. else:
  316. self.destination_format = None
  317. self.destination_format_tags = None
  318. # Route53
  319. self.route53_enabled = config.getboolean('ec2', 'route53')
  320. self.route53_hostnames = config.get('ec2', 'route53_hostnames')
  321. self.route53_excluded_zones = []
  322. self.route53_excluded_zones = [a for a in config.get('ec2', 'route53_excluded_zones').split(',') if a]
  323. # Include RDS instances?
  324. self.rds_enabled = config.getboolean('ec2', 'rds')
  325. # Include RDS cluster instances?
  326. self.include_rds_clusters = config.getboolean('ec2', 'include_rds_clusters')
  327. # Include ElastiCache instances?
  328. self.elasticache_enabled = config.getboolean('ec2', 'elasticache')
  329. # Return all EC2 instances?
  330. self.all_instances = config.getboolean('ec2', 'all_instances')
  331. # Instance states to be gathered in inventory. Default is 'running'.
  332. # Setting 'all_instances' to 'yes' overrides this option.
  333. ec2_valid_instance_states = [
  334. 'pending',
  335. 'running',
  336. 'shutting-down',
  337. 'terminated',
  338. 'stopping',
  339. 'stopped'
  340. ]
  341. self.ec2_instance_states = []
  342. if self.all_instances:
  343. self.ec2_instance_states = ec2_valid_instance_states
  344. elif config.has_option('ec2', 'instance_states'):
  345. for instance_state in config.get('ec2', 'instance_states').split(','):
  346. instance_state = instance_state.strip()
  347. if instance_state not in ec2_valid_instance_states:
  348. continue
  349. self.ec2_instance_states.append(instance_state)
  350. else:
  351. self.ec2_instance_states = ['running']
  352. # Return all RDS instances? (if RDS is enabled)
  353. self.all_rds_instances = config.getboolean('ec2', 'all_rds_instances')
  354. # Return all ElastiCache replication groups? (if ElastiCache is enabled)
  355. self.all_elasticache_replication_groups = config.getboolean('ec2', 'all_elasticache_replication_groups')
  356. # Return all ElastiCache clusters? (if ElastiCache is enabled)
  357. self.all_elasticache_clusters = config.getboolean('ec2', 'all_elasticache_clusters')
  358. # Return all ElastiCache nodes? (if ElastiCache is enabled)
  359. self.all_elasticache_nodes = config.getboolean('ec2', 'all_elasticache_nodes')
  360. # boto configuration profile (prefer CLI argument then environment variables then config file)
  361. self.boto_profile = self.args.boto_profile or \
  362. os.environ.get('AWS_PROFILE') or \
  363. config.get('ec2', 'boto_profile')
  364. # AWS credentials (prefer environment variables)
  365. if not (self.boto_profile or os.environ.get('AWS_ACCESS_KEY_ID') or
  366. os.environ.get('AWS_PROFILE')):
  367. aws_access_key_id = config.get('credentials', 'aws_access_key_id')
  368. aws_secret_access_key = config.get('credentials', 'aws_secret_access_key')
  369. aws_security_token = config.get('credentials', 'aws_security_token')
  370. if aws_access_key_id:
  371. self.credentials = {
  372. 'aws_access_key_id': aws_access_key_id,
  373. 'aws_secret_access_key': aws_secret_access_key
  374. }
  375. if aws_security_token:
  376. self.credentials['security_token'] = aws_security_token
  377. # Cache related
  378. cache_dir = os.path.expanduser(config.get('ec2', 'cache_path'))
  379. if self.boto_profile:
  380. cache_dir = os.path.join(cache_dir, 'profile_' + self.boto_profile)
  381. if not os.path.exists(cache_dir):
  382. os.makedirs(cache_dir)
  383. cache_name = 'ansible-ec2'
  384. cache_id = self.boto_profile or os.environ.get('AWS_ACCESS_KEY_ID', self.credentials.get('aws_access_key_id'))
  385. if cache_id:
  386. cache_name = '%s-%s' % (cache_name, cache_id)
  387. cache_name += '-' + str(abs(hash(__file__)))[1:7]
  388. self.cache_path_cache = os.path.join(cache_dir, "%s.cache" % cache_name)
  389. self.cache_path_index = os.path.join(cache_dir, "%s.index" % cache_name)
  390. self.cache_max_age = config.getint('ec2', 'cache_max_age')
  391. self.expand_csv_tags = config.getboolean('ec2', 'expand_csv_tags')
  392. # Configure nested groups instead of flat namespace.
  393. self.nested_groups = config.getboolean('ec2', 'nested_groups')
  394. # Replace dash or not in group names
  395. self.replace_dash_in_groups = config.getboolean('ec2', 'replace_dash_in_groups')
  396. # IAM role to assume for connection
  397. self.iam_role = config.get('ec2', 'iam_role')
  398. # Configure which groups should be created.
  399. group_by_options = [a for a in DEFAULTS if a.startswith('group_by')]
  400. for option in group_by_options:
  401. setattr(self, option, config.getboolean('ec2', option))
  402. # Do we need to just include hosts that match a pattern?
  403. self.pattern_include = config.get('ec2', 'pattern_include')
  404. if self.pattern_include:
  405. self.pattern_include = re.compile(self.pattern_include)
  406. # Do we need to exclude hosts that match a pattern?
  407. self.pattern_exclude = config.get('ec2', 'pattern_exclude')
  408. if self.pattern_exclude:
  409. self.pattern_exclude = re.compile(self.pattern_exclude)
  410. # Do we want to stack multiple filters?
  411. self.stack_filters = config.getboolean('ec2', 'stack_filters')
  412. # Instance filters (see boto and EC2 API docs). Ignore invalid filters.
  413. self.ec2_instance_filters = []
  414. if config.has_option('ec2', 'instance_filters') or 'EC2_INSTANCE_FILTERS' in os.environ:
  415. filters = os.getenv('EC2_INSTANCE_FILTERS', config.get('ec2', 'instance_filters') if config.has_option('ec2', 'instance_filters') else '')
  416. if self.stack_filters and '&' in filters:
  417. self.fail_with_error("AND filters along with stack_filter enabled is not supported.\n")
  418. filter_sets = [f for f in filters.split(',') if f]
  419. for filter_set in filter_sets:
  420. filters = {}
  421. filter_set = filter_set.strip()
  422. for instance_filter in filter_set.split("&"):
  423. instance_filter = instance_filter.strip()
  424. if not instance_filter or '=' not in instance_filter:
  425. continue
  426. filter_key, filter_value = [x.strip() for x in instance_filter.split('=', 1)]
  427. if not filter_key:
  428. continue
  429. filters[filter_key] = filter_value
  430. self.ec2_instance_filters.append(filters.copy())
  431. def parse_cli_args(self):
  432. ''' Command line argument processing '''
  433. parser = argparse.ArgumentParser(description='Produce an Ansible Inventory file based on EC2')
  434. parser.add_argument('--list', action='store_true', default=True,
  435. help='List instances (default: True)')
  436. parser.add_argument('--host', action='store',
  437. help='Get all the variables about a specific instance')
  438. parser.add_argument('--refresh-cache', action='store_true', default=False,
  439. help='Force refresh of cache by making API requests to EC2 (default: False - use cache files)')
  440. parser.add_argument('--profile', '--boto-profile', action='store', dest='boto_profile',
  441. help='Use boto profile for connections to EC2')
  442. self.args = parser.parse_args()
  443. def do_api_calls_update_cache(self):
  444. ''' Do API calls to each region, and save data in cache files '''
  445. if self.route53_enabled:
  446. self.get_route53_records()
  447. for region in self.regions:
  448. self.get_instances_by_region(region)
  449. if self.rds_enabled:
  450. self.get_rds_instances_by_region(region)
  451. if self.elasticache_enabled:
  452. self.get_elasticache_clusters_by_region(region)
  453. self.get_elasticache_replication_groups_by_region(region)
  454. if self.include_rds_clusters:
  455. self.include_rds_clusters_by_region(region)
  456. self.write_to_cache(self.inventory, self.cache_path_cache)
  457. self.write_to_cache(self.index, self.cache_path_index)
  458. def connect(self, region):
  459. ''' create connection to api server'''
  460. if self.eucalyptus:
  461. conn = boto.connect_euca(host=self.eucalyptus_host, **self.credentials)
  462. conn.APIVersion = '2010-08-31'
  463. else:
  464. conn = self.connect_to_aws(ec2, region)
  465. return conn
  466. def boto_fix_security_token_in_profile(self, connect_args):
  467. ''' monkey patch for boto issue boto/boto#2100 '''
  468. profile = 'profile ' + self.boto_profile
  469. if boto.config.has_option(profile, 'aws_security_token'):
  470. connect_args['security_token'] = boto.config.get(profile, 'aws_security_token')
  471. return connect_args
  472. def connect_to_aws(self, module, region):
  473. connect_args = deepcopy(self.credentials)
  474. # only pass the profile name if it's set (as it is not supported by older boto versions)
  475. if self.boto_profile:
  476. connect_args['profile_name'] = self.boto_profile
  477. self.boto_fix_security_token_in_profile(connect_args)
  478. elif os.environ.get('AWS_SESSION_TOKEN'):
  479. connect_args['security_token'] = os.environ.get('AWS_SESSION_TOKEN')
  480. if self.iam_role:
  481. sts_conn = sts.connect_to_region(region, **connect_args)
  482. role = sts_conn.assume_role(self.iam_role, 'ansible_dynamic_inventory')
  483. connect_args['aws_access_key_id'] = role.credentials.access_key
  484. connect_args['aws_secret_access_key'] = role.credentials.secret_key
  485. connect_args['security_token'] = role.credentials.session_token
  486. conn = module.connect_to_region(region, **connect_args)
  487. # connect_to_region will fail "silently" by returning None if the region name is wrong or not supported
  488. if conn is None:
  489. self.fail_with_error("region name: %s likely not supported, or AWS is down. connection to region failed." % region)
  490. return conn
  491. def get_instances_by_region(self, region):
  492. ''' Makes an AWS EC2 API call to the list of instances in a particular
  493. region '''
  494. try:
  495. conn = self.connect(region)
  496. reservations = []
  497. if self.ec2_instance_filters:
  498. if self.stack_filters:
  499. filters_dict = {}
  500. for filters in self.ec2_instance_filters:
  501. filters_dict.update(filters)
  502. reservations.extend(conn.get_all_instances(filters=filters_dict))
  503. else:
  504. for filters in self.ec2_instance_filters:
  505. reservations.extend(conn.get_all_instances(filters=filters))
  506. else:
  507. reservations = conn.get_all_instances()
  508. # Pull the tags back in a second step
  509. # AWS are on record as saying that the tags fetched in the first `get_all_instances` request are not
  510. # reliable and may be missing, and the only way to guarantee they are there is by calling `get_all_tags`
  511. instance_ids = []
  512. for reservation in reservations:
  513. instance_ids.extend([instance.id for instance in reservation.instances])
  514. max_filter_value = 199
  515. tags = []
  516. for i in range(0, len(instance_ids), max_filter_value):
  517. tags.extend(conn.get_all_tags(filters={'resource-type': 'instance', 'resource-id': instance_ids[i:i + max_filter_value]}))
  518. tags_by_instance_id = defaultdict(dict)
  519. for tag in tags:
  520. tags_by_instance_id[tag.res_id][tag.name] = tag.value
  521. if (not self.aws_account_id) and reservations:
  522. self.aws_account_id = reservations[0].owner_id
  523. for reservation in reservations:
  524. for instance in reservation.instances:
  525. instance.tags = tags_by_instance_id[instance.id]
  526. self.add_instance(instance, region)
  527. except boto.exception.BotoServerError as e:
  528. if e.error_code == 'AuthFailure':
  529. error = self.get_auth_error_message()
  530. else:
  531. backend = 'Eucalyptus' if self.eucalyptus else 'AWS'
  532. error = "Error connecting to %s backend.\n%s" % (backend, e.message)
  533. self.fail_with_error(error, 'getting EC2 instances')
  534. def tags_match_filters(self, tags):
  535. ''' return True if given tags match configured filters '''
  536. if not self.ec2_instance_filters:
  537. return True
  538. for filters in self.ec2_instance_filters:
  539. for filter_name, filter_value in filters.items():
  540. if filter_name[:4] != 'tag:':
  541. continue
  542. filter_name = filter_name[4:]
  543. if filter_name not in tags:
  544. if self.stack_filters:
  545. return False
  546. continue
  547. if isinstance(filter_value, list):
  548. if self.stack_filters and tags[filter_name] not in filter_value:
  549. return False
  550. if not self.stack_filters and tags[filter_name] in filter_value:
  551. return True
  552. if isinstance(filter_value, six.string_types):
  553. if self.stack_filters and tags[filter_name] != filter_value:
  554. return False
  555. if not self.stack_filters and tags[filter_name] == filter_value:
  556. return True
  557. return self.stack_filters
  558. def get_rds_instances_by_region(self, region):
  559. ''' Makes an AWS API call to the list of RDS instances in a particular
  560. region '''
  561. if not HAS_BOTO3:
  562. self.fail_with_error("Working with RDS instances requires boto3 - please install boto3 and try again",
  563. "getting RDS instances")
  564. client = ec2_utils.boto3_inventory_conn('client', 'rds', region, **self.credentials)
  565. db_instances = client.describe_db_instances()
  566. try:
  567. conn = self.connect_to_aws(rds, region)
  568. if conn:
  569. marker = None
  570. while True:
  571. instances = conn.get_all_dbinstances(marker=marker)
  572. marker = instances.marker
  573. for index, instance in enumerate(instances):
  574. # Add tags to instances.
  575. instance.arn = db_instances['DBInstances'][index]['DBInstanceArn']
  576. tags = client.list_tags_for_resource(ResourceName=instance.arn)['TagList']
  577. instance.tags = {}
  578. for tag in tags:
  579. instance.tags[tag['Key']] = tag['Value']
  580. if self.tags_match_filters(instance.tags):
  581. self.add_rds_instance(instance, region)
  582. if not marker:
  583. break
  584. except boto.exception.BotoServerError as e:
  585. error = e.reason
  586. if e.error_code == 'AuthFailure':
  587. error = self.get_auth_error_message()
  588. elif e.error_code == "OptInRequired":
  589. error = "RDS hasn't been enabled for this account yet. " \
  590. "You must either log in to the RDS service through the AWS console to enable it, " \
  591. "or set 'rds = False' in ec2.ini"
  592. elif not e.reason == "Forbidden":
  593. error = "Looks like AWS RDS is down:\n%s" % e.message
  594. self.fail_with_error(error, 'getting RDS instances')
  595. def include_rds_clusters_by_region(self, region):
  596. if not HAS_BOTO3:
  597. self.fail_with_error("Working with RDS clusters requires boto3 - please install boto3 and try again",
  598. "getting RDS clusters")
  599. client = ec2_utils.boto3_inventory_conn('client', 'rds', region, **self.credentials)
  600. marker, clusters = '', []
  601. while marker is not None:
  602. resp = client.describe_db_clusters(Marker=marker)
  603. clusters.extend(resp["DBClusters"])
  604. marker = resp.get('Marker', None)
  605. account_id = boto.connect_iam().get_user().arn.split(':')[4]
  606. c_dict = {}
  607. for c in clusters:
  608. # remove these datetime objects as there is no serialisation to json
  609. # currently in place and we don't need the data yet
  610. if 'EarliestRestorableTime' in c:
  611. del c['EarliestRestorableTime']
  612. if 'LatestRestorableTime' in c:
  613. del c['LatestRestorableTime']
  614. if not self.ec2_instance_filters:
  615. matches_filter = True
  616. else:
  617. matches_filter = False
  618. try:
  619. # arn:aws:rds:<region>:<account number>:<resourcetype>:<name>
  620. tags = client.list_tags_for_resource(
  621. ResourceName='arn:aws:rds:' + region + ':' + account_id + ':cluster:' + c['DBClusterIdentifier'])
  622. c['Tags'] = tags['TagList']
  623. if self.ec2_instance_filters:
  624. for filters in self.ec2_instance_filters:
  625. for filter_key, filter_values in filters.items():
  626. # get AWS tag key e.g. tag:env will be 'env'
  627. tag_name = filter_key.split(":", 1)[1]
  628. # Filter values is a list (if you put multiple values for the same tag name)
  629. matches_filter = any(d['Key'] == tag_name and d['Value'] in filter_values for d in c['Tags'])
  630. if matches_filter:
  631. # it matches a filter, so stop looking for further matches
  632. break
  633. if matches_filter:
  634. break
  635. except Exception as e:
  636. if e.message.find('DBInstanceNotFound') >= 0:
  637. # AWS RDS bug (2016-01-06) means deletion does not fully complete and leave an 'empty' cluster.
  638. # Ignore errors when trying to find tags for these
  639. pass
  640. # ignore empty clusters caused by AWS bug
  641. if len(c['DBClusterMembers']) == 0:
  642. continue
  643. elif matches_filter:
  644. c_dict[c['DBClusterIdentifier']] = c
  645. self.inventory['db_clusters'] = c_dict
  646. def get_elasticache_clusters_by_region(self, region):
  647. ''' Makes an AWS API call to the list of ElastiCache clusters (with
  648. nodes' info) in a particular region.'''
  649. # ElastiCache boto module doesn't provide a get_all_instances method,
  650. # that's why we need to call describe directly (it would be called by
  651. # the shorthand method anyway...)
  652. clusters = []
  653. try:
  654. conn = self.connect_to_aws(elasticache, region)
  655. if conn:
  656. # show_cache_node_info = True
  657. # because we also want nodes' information
  658. _marker = 1
  659. while _marker:
  660. if _marker == 1:
  661. _marker = None
  662. response = conn.describe_cache_clusters(None, None, _marker, True)
  663. _marker = response['DescribeCacheClustersResponse']['DescribeCacheClustersResult']['Marker']
  664. try:
  665. # Boto also doesn't provide wrapper classes to CacheClusters or
  666. # CacheNodes. Because of that we can't make use of the get_list
  667. # method in the AWSQueryConnection. Let's do the work manually
  668. clusters = clusters + response['DescribeCacheClustersResponse']['DescribeCacheClustersResult']['CacheClusters']
  669. except KeyError as e:
  670. error = "ElastiCache query to AWS failed (unexpected format)."
  671. self.fail_with_error(error, 'getting ElastiCache clusters')
  672. except boto.exception.BotoServerError as e:
  673. error = e.reason
  674. if e.error_code == 'AuthFailure':
  675. error = self.get_auth_error_message()
  676. elif e.error_code == "OptInRequired":
  677. error = "ElastiCache hasn't been enabled for this account yet. " \
  678. "You must either log in to the ElastiCache service through the AWS console to enable it, " \
  679. "or set 'elasticache = False' in ec2.ini"
  680. elif not e.reason == "Forbidden":
  681. error = "Looks like AWS ElastiCache is down:\n%s" % e.message
  682. self.fail_with_error(error, 'getting ElastiCache clusters')
  683. for cluster in clusters:
  684. self.add_elasticache_cluster(cluster, region)
  685. def get_elasticache_replication_groups_by_region(self, region):
  686. ''' Makes an AWS API call to the list of ElastiCache replication groups
  687. in a particular region.'''
  688. # ElastiCache boto module doesn't provide a get_all_instances method,
  689. # that's why we need to call describe directly (it would be called by
  690. # the shorthand method anyway...)
  691. try:
  692. conn = self.connect_to_aws(elasticache, region)
  693. if conn:
  694. response = conn.describe_replication_groups()
  695. except boto.exception.BotoServerError as e:
  696. error = e.reason
  697. if e.error_code == 'AuthFailure':
  698. error = self.get_auth_error_message()
  699. if not e.reason == "Forbidden":
  700. error = "Looks like AWS ElastiCache [Replication Groups] is down:\n%s" % e.message
  701. self.fail_with_error(error, 'getting ElastiCache clusters')
  702. try:
  703. # Boto also doesn't provide wrapper classes to ReplicationGroups
  704. # Because of that we can't make use of the get_list method in the
  705. # AWSQueryConnection. Let's do the work manually
  706. replication_groups = response['DescribeReplicationGroupsResponse']['DescribeReplicationGroupsResult']['ReplicationGroups']
  707. except KeyError as e:
  708. error = "ElastiCache [Replication Groups] query to AWS failed (unexpected format)."
  709. self.fail_with_error(error, 'getting ElastiCache clusters')
  710. for replication_group in replication_groups:
  711. self.add_elasticache_replication_group(replication_group, region)
  712. def get_auth_error_message(self):
  713. ''' create an informative error message if there is an issue authenticating'''
  714. errors = ["Authentication error retrieving ec2 inventory."]
  715. if None in [os.environ.get('AWS_ACCESS_KEY_ID'), os.environ.get('AWS_SECRET_ACCESS_KEY')]:
  716. errors.append(' - No AWS_ACCESS_KEY_ID or AWS_SECRET_ACCESS_KEY environment vars found')
  717. else:
  718. errors.append(' - AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment vars found but may not be correct')
  719. boto_paths = ['/etc/boto.cfg', '~/.boto', '~/.aws/credentials']
  720. boto_config_found = [p for p in boto_paths if os.path.isfile(os.path.expanduser(p))]
  721. if len(boto_config_found) > 0:
  722. errors.append(" - Boto configs found at '%s', but the credentials contained may not be correct" % ', '.join(boto_config_found))
  723. else:
  724. errors.append(" - No Boto config found at any expected location '%s'" % ', '.join(boto_paths))
  725. return '\n'.join(errors)
  726. def fail_with_error(self, err_msg, err_operation=None):
  727. '''log an error to std err for ansible-playbook to consume and exit'''
  728. if err_operation:
  729. err_msg = 'ERROR: "{err_msg}", while: {err_operation}'.format(
  730. err_msg=err_msg, err_operation=err_operation)
  731. sys.stderr.write(err_msg)
  732. sys.exit(1)
  733. def get_instance(self, region, instance_id):
  734. conn = self.connect(region)
  735. reservations = conn.get_all_instances([instance_id])
  736. for reservation in reservations:
  737. for instance in reservation.instances:
  738. return instance
  739. def add_instance(self, instance, region):
  740. ''' Adds an instance to the inventory and index, as long as it is
  741. addressable '''
  742. # Only return instances with desired instance states
  743. if instance.state not in self.ec2_instance_states:
  744. return
  745. # Select the best destination address
  746. # When destination_format and destination_format_tags are specified
  747. # the following code will attempt to find the instance tags first,
  748. # then the instance attributes next, and finally if neither are found
  749. # assign nil for the desired destination format attribute.
  750. if self.destination_format and self.destination_format_tags:
  751. dest_vars = []
  752. inst_tags = getattr(instance, 'tags')
  753. for tag in self.destination_format_tags:
  754. if tag in inst_tags:
  755. dest_vars.append(inst_tags[tag])
  756. elif hasattr(instance, tag):
  757. dest_vars.append(getattr(instance, tag))
  758. else:
  759. dest_vars.append('nil')
  760. dest = self.destination_format.format(*dest_vars)
  761. elif instance.subnet_id:
  762. dest = getattr(instance, self.vpc_destination_variable, None)
  763. if dest is None:
  764. dest = getattr(instance, 'tags').get(self.vpc_destination_variable, None)
  765. else:
  766. dest = getattr(instance, self.destination_variable, None)
  767. if dest is None:
  768. dest = getattr(instance, 'tags').get(self.destination_variable, None)
  769. if not dest:
  770. # Skip instances we cannot address (e.g. private VPC subnet)
  771. return
  772. # Set the inventory name
  773. hostname = None
  774. if self.hostname_variable:
  775. if self.hostname_variable.startswith('tag_'):
  776. hostname = instance.tags.get(self.hostname_variable[4:], None)
  777. else:
  778. hostname = getattr(instance, self.hostname_variable)
  779. # set the hostname from route53
  780. if self.route53_enabled and self.route53_hostnames:
  781. route53_names = self.get_instance_route53_names(instance)
  782. for name in route53_names:
  783. if name.endswith(self.route53_hostnames):
  784. hostname = name
  785. # If we can't get a nice hostname, use the destination address
  786. if not hostname:
  787. hostname = dest
  788. # to_safe strips hostname characters like dots, so don't strip route53 hostnames
  789. elif self.route53_enabled and self.route53_hostnames and hostname.endswith(self.route53_hostnames):
  790. hostname = hostname.lower()
  791. else:
  792. hostname = self.to_safe(hostname).lower()
  793. # if we only want to include hosts that match a pattern, skip those that don't
  794. if self.pattern_include and not self.pattern_include.match(hostname):
  795. return
  796. # if we need to exclude hosts that match a pattern, skip those
  797. if self.pattern_exclude and self.pattern_exclude.match(hostname):
  798. return
  799. # Add to index
  800. self.index[hostname] = [region, instance.id]
  801. # Inventory: Group by instance ID (always a group of 1)
  802. if self.group_by_instance_id:
  803. self.inventory[instance.id] = [hostname]
  804. if self.nested_groups:
  805. self.push_group(self.inventory, 'instances', instance.id)
  806. # Inventory: Group by region
  807. if self.group_by_region:
  808. self.push(self.inventory, region, hostname)
  809. if self.nested_groups:
  810. self.push_group(self.inventory, 'regions', region)
  811. # Inventory: Group by availability zone
  812. if self.group_by_availability_zone:
  813. self.push(self.inventory, instance.placement, hostname)
  814. if self.nested_groups:
  815. if self.group_by_region:
  816. self.push_group(self.inventory, region, instance.placement)
  817. self.push_group(self.inventory, 'zones', instance.placement)
  818. # Inventory: Group by Amazon Machine Image (AMI) ID
  819. if self.group_by_ami_id:
  820. ami_id = self.to_safe(instance.image_id)
  821. self.push(self.inventory, ami_id, hostname)
  822. if self.nested_groups:
  823. self.push_group(self.inventory, 'images', ami_id)
  824. # Inventory: Group by instance type
  825. if self.group_by_instance_type:
  826. type_name = self.to_safe('type_' + instance.instance_type)
  827. self.push(self.inventory, type_name, hostname)
  828. if self.nested_groups:
  829. self.push_group(self.inventory, 'types', type_name)
  830. # Inventory: Group by instance state
  831. if self.group_by_instance_state:
  832. state_name = self.to_safe('instance_state_' + instance.state)
  833. self.push(self.inventory, state_name, hostname)
  834. if self.nested_groups:
  835. self.push_group(self.inventory, 'instance_states', state_name)
  836. # Inventory: Group by platform
  837. if self.group_by_platform:
  838. if instance.platform:
  839. platform = self.to_safe('platform_' + instance.platform)
  840. else:
  841. platform = self.to_safe('platform_undefined')
  842. self.push(self.inventory, platform, hostname)
  843. if self.nested_groups:
  844. self.push_group(self.inventory, 'platforms', platform)
  845. # Inventory: Group by key pair
  846. if self.group_by_key_pair and instance.key_name:
  847. key_name = self.to_safe('key_' + instance.key_name)
  848. self.push(self.inventory, key_name, hostname)
  849. if self.nested_groups:
  850. self.push_group(self.inventory, 'keys', key_name)
  851. # Inventory: Group by VPC
  852. if self.group_by_vpc_id and instance.vpc_id:
  853. vpc_id_name = self.to_safe('vpc_id_' + instance.vpc_id)
  854. self.push(self.inventory, vpc_id_name, hostname)
  855. if self.nested_groups:
  856. self.push_group(self.inventory, 'vpcs', vpc_id_name)
  857. # Inventory: Group by security group
  858. if self.group_by_security_group:
  859. try:
  860. for group in instance.groups:
  861. key = self.to_safe("security_group_" + group.name)
  862. self.push(self.inventory, key, hostname)
  863. if self.nested_groups:
  864. self.push_group(self.inventory, 'security_groups', key)
  865. except AttributeError:
  866. self.fail_with_error('\n'.join(['Package boto seems a bit older.',
  867. 'Please upgrade boto >= 2.3.0.']))
  868. # Inventory: Group by AWS account ID
  869. if self.group_by_aws_account:
  870. self.push(self.inventory, self.aws_account_id, hostname)
  871. if self.nested_groups:
  872. self.push_group(self.inventory, 'accounts', self.aws_account_id)
  873. # Inventory: Group by tag keys
  874. if self.group_by_tag_keys:
  875. for k, v in instance.tags.items():
  876. if self.expand_csv_tags and v and ',' in v:
  877. values = map(lambda x: x.strip(), v.split(','))
  878. else:
  879. values = [v]
  880. for v in values:
  881. if v:
  882. key = self.to_safe("tag_" + k + "=" + v)
  883. else:
  884. key = self.to_safe("tag_" + k)
  885. self.push(self.inventory, key, hostname)
  886. if self.nested_groups:
  887. self.push_group(self.inventory, 'tags', self.to_safe("tag_" + k))
  888. if v:
  889. self.push_group(self.inventory, self.to_safe("tag_" + k), key)
  890. # Inventory: Group by Route53 domain names if enabled
  891. if self.route53_enabled and self.group_by_route53_names:
  892. route53_names = self.get_instance_route53_names(instance)
  893. for name in route53_names:
  894. self.push(self.inventory, name, hostname)
  895. if self.nested_groups:
  896. self.push_group(self.inventory, 'route53', name)
  897. # Global Tag: instances without tags
  898. if self.group_by_tag_none and len(instance.tags) == 0:
  899. self.push(self.inventory, 'tag_none', hostname)
  900. if self.nested_groups:
  901. self.push_group(self.inventory, 'tags', 'tag_none')
  902. # Global Tag: tag all EC2 instances
  903. self.push(self.inventory, 'ec2', hostname)
  904. self.inventory["_meta"]["hostvars"][hostname] = self.get_host_info_dict_from_instance(instance)
  905. self.inventory["_meta"]["hostvars"][hostname]['ansible_host'] = dest
  906. def add_rds_instance(self, instance, region):
  907. ''' Adds an RDS instance to the inventory and index, as long as it is
  908. addressable '''
  909. # Only want available instances unless all_rds_instances is True
  910. if not self.all_rds_instances and instance.status != 'available':
  911. return
  912. # Select the best destination address
  913. dest = instance.endpoint[0]
  914. if not dest:
  915. # Skip instances we cannot address (e.g. private VPC subnet)
  916. return
  917. # Set the inventory name
  918. hostname = None
  919. if self.hostname_variable:
  920. if self.hostname_variable.startswith('tag_'):
  921. hostname = instance.tags.get(self.hostname_variable[4:], None)
  922. else:
  923. hostname = getattr(instance, self.hostname_variable)
  924. # If we can't get a nice hostname, use the destination address
  925. if not hostname:
  926. hostname = dest
  927. hostname = self.to_safe(hostname).lower()
  928. # Add to index
  929. self.index[hostname] = [region, instance.id]
  930. # Inventory: Group by instance ID (always a group of 1)
  931. if self.group_by_instance_id:
  932. self.inventory[instance.id] = [hostname]
  933. if self.nested_groups:
  934. self.push_group(self.inventory, 'instances', instance.id)
  935. # Inventory: Group by region
  936. if self.group_by_region:
  937. self.push(self.inventory, region, hostname)
  938. if self.nested_groups:
  939. self.push_group(self.inventory, 'regions', region)
  940. # Inventory: Group by availability zone
  941. if self.group_by_availability_zone:
  942. self.push(self.inventory, instance.availability_zone, hostname)
  943. if self.nested_groups:
  944. if self.group_by_region:
  945. self.push_group(self.inventory, region, instance.availability_zone)
  946. self.push_group(self.inventory, 'zones', instance.availability_zone)
  947. # Inventory: Group by instance type
  948. if self.group_by_instance_type:
  949. type_name = self.to_safe('type_' + instance.instance_class)
  950. self.push(self.inventory, type_name, hostname)
  951. if self.nested_groups:
  952. self.push_group(self.inventory, 'types', type_name)
  953. # Inventory: Group by VPC
  954. if self.group_by_vpc_id and instance.subnet_group and instance.subnet_group.vpc_id:
  955. vpc_id_name = self.to_safe('vpc_id_' + instance.subnet_group.vpc_id)
  956. self.push(self.inventory, vpc_id_name, hostname)
  957. if self.nested_groups:
  958. self.push_group(self.inventory, 'vpcs', vpc_id_name)
  959. # Inventory: Group by security group
  960. if self.group_by_security_group:
  961. try:
  962. if instance.security_group:
  963. key = self.to_safe("security_group_" + instance.security_group.name)
  964. self.push(self.inventory, key, hostname)
  965. if self.nested_groups:
  966. self.push_group(self.inventory, 'security_groups', key)
  967. except AttributeError:
  968. self.fail_with_error('\n'.join(['Package boto seems a bit older.',
  969. 'Please upgrade boto >= 2.3.0.']))
  970. # Inventory: Group by tag keys
  971. if self.group_by_tag_keys:
  972. for k, v in instance.tags.items():
  973. if self.expand_csv_tags and v and ',' in v:
  974. values = map(lambda x: x.strip(), v.split(','))
  975. else:
  976. values = [v]
  977. for v in values:
  978. if v:
  979. key = self.to_safe("tag_" + k + "=" + v)
  980. else:
  981. key = self.to_safe("tag_" + k)
  982. self.push(self.inventory, key, hostname)
  983. if self.nested_groups:
  984. self.push_group(self.inventory, 'tags', self.to_safe("tag_" + k))
  985. if v:
  986. self.push_group(self.inventory, self.to_safe("tag_" + k), key)
  987. # Inventory: Group by engine
  988. if self.group_by_rds_engine:
  989. self.push(self.inventory, self.to_safe("rds_" + instance.engine), hostname)
  990. if self.nested_groups:
  991. self.push_group(self.inventory, 'rds_engines', self.to_safe("rds_" + instance.engine))
  992. # Inventory: Group by parameter group
  993. if self.group_by_rds_parameter_group:
  994. self.push(self.inventory, self.to_safe("rds_parameter_group_" + instance.parameter_group.name), hostname)
  995. if self.nested_groups:
  996. self.push_group(self.inventory, 'rds_parameter_groups', self.to_safe("rds_parameter_group_" + instance.parameter_group.name))
  997. # Global Tag: instances without tags
  998. if self.group_by_tag_none and len(instance.tags) == 0:
  999. self.push(self.inventory, 'tag_none', hostname)
  1000. if self.nested_groups:
  1001. self.push_group(self.inventory, 'tags', 'tag_none')
  1002. # Global Tag: all RDS instances
  1003. self.push(self.inventory, 'rds', hostname)
  1004. self.inventory["_meta"]["hostvars"][hostname] = self.get_host_info_dict_from_instance(instance)
  1005. self.inventory["_meta"]["hostvars"][hostname]['ansible_host'] = dest
  1006. def add_elasticache_cluster(self, cluster, region):
  1007. ''' Adds an ElastiCache cluster to the inventory and index, as long as
  1008. it's nodes are addressable '''
  1009. # Only want available clusters unless all_elasticache_clusters is True
  1010. if not self.all_elasticache_clusters and cluster['CacheClusterStatus'] != 'available':
  1011. return
  1012. # Select the best destination address
  1013. if 'ConfigurationEndpoint' in cluster and cluster['ConfigurationEndpoint']:
  1014. # Memcached cluster
  1015. dest = cluster['ConfigurationEndpoint']['Address']
  1016. is_redis = False
  1017. else:
  1018. # Redis sigle node cluster
  1019. # Because all Redis clusters are single nodes, we'll merge the
  1020. # info from the cluster with info about the node
  1021. dest = cluster['CacheNodes'][0]['Endpoint']['Address']
  1022. is_redis = True
  1023. if not dest:
  1024. # Skip clusters we cannot address (e.g. private VPC subnet)
  1025. return
  1026. # Add to index
  1027. self.index[dest] = [region, cluster['CacheClusterId']]
  1028. # Inventory: Group by instance ID (always a group of 1)
  1029. if self.group_by_instance_id:
  1030. self.inventory[cluster['CacheClusterId']] = [dest]
  1031. if self.nested_groups:
  1032. self.push_group(self.inventory, 'instances', cluster['CacheClusterId'])
  1033. # Inventory: Group by region
  1034. if self.group_by_region and not is_redis:
  1035. self.push(self.inventory, region, dest)
  1036. if self.nested_groups:
  1037. self.push_group(self.inventory, 'regions', region)
  1038. # Inventory: Group by availability zone
  1039. if self.group_by_availability_zone and not is_redis:
  1040. self.push(self.inventory, cluster['PreferredAvailabilityZone'], dest)
  1041. if self.nested_groups:
  1042. if self.group_by_region:
  1043. self.push_group(self.inventory, region, cluster['PreferredAvailabilityZone'])
  1044. self.push_group(self.inventory, 'zones', cluster['PreferredAvailabilityZone'])
  1045. # Inventory: Group by node type
  1046. if self.group_by_instance_type and not is_redis:
  1047. type_name = self.to_safe('type_' + cluster['CacheNodeType'])
  1048. self.push(self.inventory, type_name, dest)
  1049. if self.nested_groups:
  1050. self.push_group(self.inventory, 'types', type_name)
  1051. # Inventory: Group by VPC (information not available in the current
  1052. # AWS API version for ElastiCache)
  1053. # Inventory: Group by security group
  1054. if self.group_by_security_group and not is_redis:
  1055. # Check for the existence of the 'SecurityGroups' key and also if
  1056. # this key has some value. When the cluster is not placed in a SG
  1057. # the query can return None here and cause an error.
  1058. if 'SecurityGroups' in cluster and cluster['SecurityGroups'] is not None:
  1059. for security_group in cluster['SecurityGroups']:
  1060. key = self.to_safe("security_group_" + security_group['SecurityGroupId'])
  1061. self.push(self.inventory, key, dest)
  1062. if self.nested_groups:
  1063. self.push_group(self.inventory, 'security_groups', key)
  1064. # Inventory: Group by engine
  1065. if self.group_by_elasticache_engine and not is_redis:
  1066. self.push(self.inventory, self.to_safe("elasticache_" + cluster['Engine']), dest)
  1067. if self.nested_groups:
  1068. self.push_group(self.inventory, 'elasticache_engines', self.to_safe(cluster['Engine']))
  1069. # Inventory: Group by parameter group
  1070. if self.group_by_elasticache_parameter_group:
  1071. self.push(self.inventory, self.to_safe("elasticache_parameter_group_" + cluster['CacheParameterGroup']['CacheParameterGroupName']), dest)
  1072. if self.nested_groups:
  1073. self.push_group(self.inventory, 'elasticache_parameter_groups', self.to_safe(cluster['CacheParameterGroup']['CacheParameterGroupName']))
  1074. # Inventory: Group by replication group
  1075. if self.group_by_elasticache_replication_group and 'ReplicationGroupId' in cluster and cluster['ReplicationGroupId']:
  1076. self.push(self.inventory, self.to_safe("elasticache_replication_group_" + cluster['ReplicationGroupId']), dest)
  1077. if self.nested_groups:
  1078. self.push_group(self.inventory, 'elasticache_replication_groups', self.to_safe(cluster['ReplicationGroupId']))
  1079. # Global Tag: all ElastiCache clusters
  1080. self.push(self.inventory, 'elasticache_clusters', cluster['CacheClusterId'])
  1081. host_info = self.get_host_info_dict_from_describe_dict(cluster)
  1082. self.inventory["_meta"]["hostvars"][dest] = host_info
  1083. # Add the nodes
  1084. for node in cluster['CacheNodes']:
  1085. self.add_elasticache_node(node, cluster, region)
  1086. def add_elasticache_node(self, node, cluster, region):
  1087. ''' Adds an ElastiCache node to the inventory and index, as long as
  1088. it is addressable '''
  1089. # Only want available nodes unless all_elasticache_nodes is True
  1090. if not self.all_elasticache_nodes and node['CacheNodeStatus'] != 'available':
  1091. return
  1092. # Select the best destination address
  1093. dest = node['Endpoint']['Address']
  1094. if not dest:
  1095. # Skip nodes we cannot address (e.g. private VPC subnet)
  1096. return
  1097. node_id = self.to_safe(cluster['CacheClusterId'] + '_' + node['CacheNodeId'])
  1098. # Add to index
  1099. self.index[dest] = [region, node_id]
  1100. # Inventory: Group by node ID (always a group of 1)
  1101. if self.group_by_instance_id:
  1102. self.inventory[node_id] = [dest]
  1103. if self.nested_groups:
  1104. self.push_group(self.inventory, 'instances', node_id)
  1105. # Inventory: Group by region
  1106. if self.group_by_region:
  1107. self.push(self.inventory, region, dest)
  1108. if self.nested_groups:
  1109. self.push_group(self.inventory, 'regions', region)
  1110. # Inventory: Group by availability zone
  1111. if self.group_by_availability_zone:
  1112. self.push(self.inventory, cluster['PreferredAvailabilityZone'], dest)
  1113. if self.nested_groups:
  1114. if self.group_by_region:
  1115. self.push_group(self.inventory, region, cluster['PreferredAvailabilityZone'])
  1116. self.push_group(self.inventory, 'zones', cluster['PreferredAvailabilityZone'])
  1117. # Inventory: Group by node type
  1118. if self.group_by_instance_type:
  1119. type_name = self.to_safe('type_' + cluster['CacheNodeType'])
  1120. self.push(self.inventory, type_name, dest)
  1121. if self.nested_groups:
  1122. self.push_group(self.inventory, 'types', type_name)
  1123. # Inventory: Group by VPC (information not available in the current
  1124. # AWS API version for ElastiCache)
  1125. # Inventory: Group by security group
  1126. if self.group_by_security_group:
  1127. # Check for the existence of the 'SecurityGroups' key and also if
  1128. # this key has some value. When the cluster is not placed in a SG
  1129. # the query can return None here and cause an error.
  1130. if 'SecurityGroups' in cluster and cluster['SecurityGroups'] is not None:
  1131. for security_group in cluster['SecurityGroups']:
  1132. key = self.to_safe("security_group_" + security_group['SecurityGroupId'])
  1133. self.push(self.inventory, key, dest)
  1134. if self.nested_groups:
  1135. self.push_group(self.inventory, 'security_groups', key)
  1136. # Inventory: Group by engine
  1137. if self.group_by_elasticache_engine:
  1138. self.push(self.inventory, self.to_safe("elasticache_" + cluster['Engine']), dest)
  1139. if self.nested_groups:
  1140. self.push_group(self.inventory, 'elasticache_engines', self.to_safe("elasticache_" + cluster['Engine']))
  1141. # Inventory: Group by parameter group (done at cluster level)
  1142. # Inventory: Group by replication group (done at cluster level)
  1143. # Inventory: Group by ElastiCache Cluster
  1144. if self.group_by_elasticache_cluster:
  1145. self.push(self.inventory, self.to_safe("elasticache_cluster_" + cluster['CacheClusterId']), dest)
  1146. # Global Tag: all ElastiCache nodes
  1147. self.push(self.inventory, 'elasticache_nodes', dest)
  1148. host_info = self.get_host_info_dict_from_describe_dict(node)
  1149. if dest in self.inventory["_meta"]["hostvars"]:
  1150. self.inventory["_meta"]["hostvars"][dest].update(host_info)
  1151. else:
  1152. self.inventory["_meta"]["hostvars"][dest] = host_info
  1153. def add_elasticache_replication_group(self, replication_group, region):
  1154. ''' Adds an ElastiCache replication group to the inventory and index '''
  1155. # Only want available clusters unless all_elasticache_replication_groups is True
  1156. if not self.all_elasticache_replication_groups and replication_group['Status'] != 'available':
  1157. return
  1158. # Skip clusters we cannot address (e.g. private VPC subnet or clustered redis)
  1159. if replication_group['NodeGroups'][0]['PrimaryEndpoint'] is None or \
  1160. replication_group['NodeGroups'][0]['PrimaryEndpoint']['Address'] is None:
  1161. return
  1162. # Select the best destination address (PrimaryEndpoint)
  1163. dest = replication_group['NodeGroups'][0]['PrimaryEndpoint']['Address']
  1164. # Add to index
  1165. self.index[dest] = [region, replication_group['ReplicationGroupId']]
  1166. # Inventory: Group by ID (always a group of 1)
  1167. if self.group_by_instance_id:
  1168. self.inventory[replication_group['ReplicationGroupId']] = [dest]
  1169. if self.nested_groups:
  1170. self.push_group(self.inventory, 'instances', replication_group['ReplicationGroupId'])
  1171. # Inventory: Group by region
  1172. if self.group_by_region:
  1173. self.push(self.inventory, region, dest)
  1174. if self.nested_groups:
  1175. self.push_group(self.inventory, 'regions', region)
  1176. # Inventory: Group by availability zone (doesn't apply to replication groups)
  1177. # Inventory: Group by node type (doesn't apply to replication groups)
  1178. # Inventory: Group by VPC (information not available in the current
  1179. # AWS API version for replication groups
  1180. # Inventory: Group by security group (doesn't apply to replication groups)
  1181. # Check this value in cluster level
  1182. # Inventory: Group by engine (replication groups are always Redis)
  1183. if self.group_by_elasticache_engine:
  1184. self.push(self.inventory, 'elasticache_redis', dest)
  1185. if self.nested_groups:
  1186. self.push_group(self.inventory, 'elasticache_engines', 'redis')
  1187. # Global Tag: all ElastiCache clusters
  1188. self.push(self.inventory, 'elasticache_replication_groups', replication_group['ReplicationGroupId'])
  1189. host_info = self.get_host_info_dict_from_describe_dict(replication_group)
  1190. self.inventory["_meta"]["hostvars"][dest] = host_info
  1191. def get_route53_records(self):
  1192. ''' Get and store the map of resource records to domain names that
  1193. point to them. '''
  1194. if self.boto_profile:
  1195. r53_conn = route53.Route53Connection(profile_name=self.boto_profile)
  1196. else:
  1197. r53_conn = route53.Route53Connection()
  1198. all_zones = r53_conn.get_zones()
  1199. route53_zones = [zone for zone in all_zones if zone.name[:-1] not in self.route53_excluded_zones]
  1200. self.route53_records = {}
  1201. for zone in route53_zones:
  1202. rrsets = r53_conn.get_all_rrsets(zone.id)
  1203. for record_set in rrsets:
  1204. record_name = record_set.name
  1205. if record_name.endswith('.'):
  1206. record_name = record_name[:-1]
  1207. for resource in record_set.resource_records:
  1208. self.route53_records.setdefault(resource, set())
  1209. self.route53_records[resource].add(record_name)
  1210. def get_instance_route53_names(self, instance):
  1211. ''' Check if an instance is referenced in the records we have from
  1212. Route53. If it is, return the list of domain names pointing to said
  1213. instance. If nothing points to it, return an empty list. '''
  1214. instance_attributes = ['public_dns_name', 'private_dns_name',
  1215. 'ip_address', 'private_ip_address']
  1216. name_list = set()
  1217. for attrib in instance_attributes:
  1218. try:
  1219. value = getattr(instance, attrib)
  1220. except AttributeError:
  1221. continue
  1222. if value in self.route53_records:
  1223. name_list.update(self.route53_records[value])
  1224. return list(name_list)
  1225. def get_host_info_dict_from_instance(self, instance):
  1226. instance_vars = {}
  1227. for key in vars(instance):
  1228. value = getattr(instance, key)
  1229. key = self.to_safe('ec2_' + key)
  1230. # Handle complex types
  1231. # state/previous_state changed to properties in boto in https://github.com/boto/boto/commit/a23c379837f698212252720d2af8dec0325c9518
  1232. if key == 'ec2__state':
  1233. instance_vars['ec2_state'] = instance.state or ''
  1234. instance_vars['ec2_state_code'] = instance.state_code
  1235. elif key == 'ec2__previous_state':
  1236. instance_vars['ec2_previous_state'] = instance.previous_state or ''
  1237. instance_vars['ec2_previous_state_code'] = instance.previous_state_code
  1238. elif isinstance(value, (int, bool)):
  1239. instance_vars[key] = value
  1240. elif isinstance(value, six.string_types):
  1241. instance_vars[key] = value.strip()
  1242. elif value is None:
  1243. instance_vars[key] = ''
  1244. elif key == 'ec2_region':
  1245. instance_vars[key] = value.name
  1246. elif key == 'ec2__placement':
  1247. instance_vars['ec2_placement'] = value.zone
  1248. elif key == 'ec2_tags':
  1249. for k, v in value.items():
  1250. if self.expand_csv_tags and ',' in v:
  1251. v = list(map(lambda x: x.strip(), v.split(',')))
  1252. key = self.to_safe('ec2_tag_' + k)
  1253. instance_vars[key] = v
  1254. elif key == 'ec2_groups':
  1255. group_ids = []
  1256. group_names = []
  1257. for group in value:
  1258. group_ids.append(group.id)
  1259. group_names.append(group.name)
  1260. instance_vars["ec2_security_group_ids"] = ','.join([str(i) for i in group_ids])
  1261. instance_vars["ec2_security_group_names"] = ','.join([str(i) for i in group_names])
  1262. elif key == 'ec2_block_device_mapping':
  1263. instance_vars["ec2_block_devices"] = {}
  1264. for k, v in value.items():
  1265. instance_vars["ec2_block_devices"][os.path.basename(k)] = v.volume_id
  1266. else:
  1267. pass
  1268. # TODO Product codes if someone finds them useful
  1269. # print key
  1270. # print type(value)
  1271. # print value
  1272. instance_vars[self.to_safe('ec2_account_id')] = self.aws_account_id
  1273. return instance_vars
  1274. def get_host_info_dict_from_describe_dict(self, describe_dict):
  1275. ''' Parses the dictionary returned by the API call into a flat list
  1276. of parameters. This method should be used only when 'describe' is
  1277. used directly because Boto doesn't provide specific classes. '''
  1278. # I really don't agree with prefixing everything with 'ec2'
  1279. # because EC2, RDS and ElastiCache are different services.
  1280. # I'm just following the pattern used until now to not break any
  1281. # compatibility.
  1282. host_info = {}
  1283. for key in describe_dict:
  1284. value = describe_dict[key]
  1285. key = self.to_safe('ec2_' + self.uncammelize(key))
  1286. # Handle complex types
  1287. # Target: Memcached Cache Clusters
  1288. if key == 'ec2_configuration_endpoint' and value:
  1289. host_info['ec2_configuration_endpoint_address'] = value['Address']
  1290. host_info['ec2_configuration_endpoint_port'] = value['Port']
  1291. # Target: Cache Nodes and Redis Cache Clusters (single node)
  1292. if key == 'ec2_endpoint' and value:
  1293. host_info['ec2_endpoint_address'] = value['Address']
  1294. host_info['ec2_endpoint_port'] = value['Port']
  1295. # Target: Redis Replication Groups
  1296. if key == 'ec2_node_groups' and value:
  1297. host_info['ec2_endpoint_address'] = value[0]['PrimaryEndpoint']['Address']
  1298. host_info['ec2_endpoint_port'] = value[0]['PrimaryEndpoint']['Port']
  1299. replica_count = 0
  1300. for node in value[0]['NodeGroupMembers']:
  1301. if node['CurrentRole'] == 'primary':
  1302. host_info['ec2_primary_cluster_address'] = node['ReadEndpoint']['Address']
  1303. host_info['ec2_primary_cluster_port'] = node['ReadEndpoint']['Port']
  1304. host_info['ec2_primary_cluster_id'] = node['CacheClusterId']
  1305. elif node['CurrentRole'] == 'replica':
  1306. host_info['ec2_replica_cluster_address_' + str(replica_count)] = node['ReadEndpoint']['Address']
  1307. host_info['ec2_replica_cluster_port_' + str(replica_count)] = node['ReadEndpoint']['Port']
  1308. host_info['ec2_replica_cluster_id_' + str(replica_count)] = node['CacheClusterId']
  1309. replica_count += 1
  1310. # Target: Redis Replication Groups
  1311. if key == 'ec2_member_clusters' and value:
  1312. host_info['ec2_member_clusters'] = ','.join([str(i) for i in value])
  1313. # Target: All Cache Clusters
  1314. elif key == 'ec2_cache_parameter_group':
  1315. host_info["ec2_cache_node_ids_to_reboot"] = ','.join([str(i) for i in value['CacheNodeIdsToReboot']])
  1316. host_info['ec2_cache_parameter_group_name'] = value['CacheParameterGroupName']
  1317. host_info['ec2_cache_parameter_apply_status'] = value['ParameterApplyStatus']
  1318. # Target: Almost everything
  1319. elif key == 'ec2_security_groups':
  1320. # Skip if SecurityGroups is None
  1321. # (it is possible to have the key defined but no value in it).
  1322. if value is not None:
  1323. sg_ids = []
  1324. for sg in value:
  1325. sg_ids.append(sg['SecurityGroupId'])
  1326. host_info["ec2_security_group_ids"] = ','.join([str(i) for i in sg_ids])
  1327. # Target: Everything
  1328. # Preserve booleans and integers
  1329. elif isinstance(value, (int, bool)):
  1330. host_info[key] = value
  1331. # Target: Everything
  1332. # Sanitize string values
  1333. elif isinstance(value, six.string_types):
  1334. host_info[key] = value.strip()
  1335. # Target: Everything
  1336. # Replace None by an empty string
  1337. elif value is None:
  1338. host_info[key] = ''
  1339. else:
  1340. # Remove non-processed complex types
  1341. pass
  1342. return host_info
  1343. def get_host_info(self):
  1344. ''' Get variables about a specific host '''
  1345. if len(self.index) == 0:
  1346. # Need to load index from cache
  1347. self.load_index_from_cache()
  1348. if self.args.host not in self.index:
  1349. # try updating the cache
  1350. self.do_api_calls_update_cache()
  1351. if self.args.host not in self.index:
  1352. # host might not exist anymore
  1353. return self.json_format_dict({}, True)
  1354. (region, instance_id) = self.index[self.args.host]
  1355. instance = self.get_instance(region, instance_id)
  1356. return self.json_format_dict(self.get_host_info_dict_from_instance(instance), True)
  1357. def push(self, my_dict, key, element):
  1358. ''' Push an element onto an array that may not have been defined in
  1359. the dict '''
  1360. group_info = my_dict.setdefault(key, [])
  1361. if isinstance(group_info, dict):
  1362. host_list = group_info.setdefault('hosts', [])
  1363. host_list.append(element)
  1364. else:
  1365. group_info.append(element)
  1366. def push_group(self, my_dict, key, element):
  1367. ''' Push a group as a child of another group. '''
  1368. parent_group = my_dict.setdefault(key, {})
  1369. if not isinstance(parent_group, dict):
  1370. parent_group = my_dict[key] = {'hosts': parent_group}
  1371. child_groups = parent_group.setdefault('children', [])
  1372. if element not in child_groups:
  1373. child_groups.append(element)
  1374. def get_inventory_from_cache(self):
  1375. ''' Reads the inventory from the cache file and returns it as a JSON
  1376. object '''
  1377. with open(self.cache_path_cache, 'r') as f:
  1378. json_inventory = f.read()
  1379. return json_inventory
  1380. def load_index_from_cache(self):
  1381. ''' Reads the index from the cache file sets self.index '''
  1382. with open(self.cache_path_index, 'rb') as f:
  1383. self.index = json.load(f)
  1384. def write_to_cache(self, data, filename):
  1385. ''' Writes data in JSON format to a file '''
  1386. json_data = self.json_format_dict(data, True)
  1387. with open(filename, 'w') as f:
  1388. f.write(json_data)
  1389. def uncammelize(self, key):
  1390. temp = re.sub('(.)([A-Z][a-z]+)', r'\1_\2', key)
  1391. return re.sub('([a-z0-9])([A-Z])', r'\1_\2', temp).lower()
  1392. def to_safe(self, word):
  1393. ''' Converts 'bad' characters in a string to underscores so they can be used as Ansible groups '''
  1394. regex = r"[^A-Za-z0-9\_"
  1395. if not self.replace_dash_in_groups:
  1396. regex += r"\-"
  1397. return re.sub(regex + "]", "_", word)
  1398. def json_format_dict(self, data, pretty=False):
  1399. ''' Converts a dict to a JSON object and dumps it as a formatted
  1400. string '''
  1401. if pretty:
  1402. return json.dumps(data, sort_keys=True, indent=2)
  1403. else:
  1404. return json.dumps(data)
  1405. if __name__ == '__main__':
  1406. # Run the script
  1407. Ec2Inventory()