Sha256: ba994f60bc66281a2c7021737470c67fa18f4219457dffc048c43d0802176fe5

Contents?: true

Size: 192 Bytes

Versions: 15

Compression:

Stored size: 192 Bytes

Contents

#!/usr/bin/env ruby
require 'awsecrets'

Awsecrets.load
ec2_client = Aws::EC2::Client.new
puts ec2_client.describe_instances({ instance_ids: [ARGV.first] }).reservations.first.instances.first

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
awsecrets-1.13.0 bin/testcommand
awsecrets-1.12.1 bin/testcommand
awsecrets-1.12.0 bin/testcommand
awsecrets-1.11.0 bin/testcommand
awsecrets-1.10.1 bin/testcommand
awsecrets-1.10.0 bin/testcommand
awsecrets-1.9.0 bin/testcommand
awsecrets-1.8.0 bin/testcommand
awsecrets-1.7.0 bin/testcommand
awsecrets-1.6.0 bin/testcommand
awsecrets-1.5.0 bin/testcommand
awsecrets-1.4.0 bin/testcommand
awsecrets-1.3.0 bin/testcommand
awsecrets-1.2.0 bin/testcommand
awsecrets-1.1.0 bin/testcommand