Sha256: c567dd4c3371117c4d31b8a93d5d0bbcaf71d18fa0f82b0ee1e5990e81c26261

Contents?: true

Size: 208 Bytes

Versions: 4

Compression:

Stored size: 208 Bytes

Contents

#!/usr/bin/env ruby
require_relative '../lib/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

4 entries across 4 versions & 2 rubygems

Version Path
awsecrets-1.15.1 bin/testcommand
awsecrets-1.15.0 bin/testcommand
awsecrets-1.14.0 bin/testcommand
cmonson_2ndwatch_awsecrets-1.14.0 bin/testcommand