Sha256: acf40106b534ee158a85537215b84b65f0e5c23463db98e5448fc7da5d06e915
Contents?: true
Size: 797 Bytes
Versions: 1
Compression:
Stored size: 797 Bytes
Contents
h2#EC2 Amazon EC2 p You have following instances: table.table.table-striped tr th id th status th dns_name th ip_address - @ec2.instances.each do |i| tr td #{i.id} td #{i.status} td #{i.dns_name} td #{i.ip_address} h3 Security Groups table.table.table-striped tr th id th Name - @ec2.security_groups.each do |sg| tr td #{sg.security_group_id} td #{sg.name} h2#S3 Amazon S3 p You have following buckets: table.table.table-striped tr th name - @s3.buckets.each do |bucket| tr td #{bucket.name} h2#RDS Amazon RDS p You have following instances: table.table.table.striped tr th id th name - @rds.db_instances.each do |i| tr td #{i.db_instance_identifier} td #{i.db_name}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
monogusa-0.0.3 | lib/monogusa/views/index.slim |