Registry / cloud / cfer
library1.0.0rbrubygemsunverified

Toolkit for automating infrastructure using AWS CloudFormation.

gem install cfer
INSTALL
IMPORT
SIG · CFER
C
cfer
cloudrubyv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Cfer
require 'cfer'

Defines an AWS CloudFormation stack with an EC2 instance.

require 'cfer' # Define a CloudFormation stack stack = Cfer::Stack.new do resource :my_instance, 'AWS::EC2::Instance' do image_id 'ami-12345678' instance_type 't2.micro' end end stack.to_json
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
Resources
cfer — gem install cfer · libregistry