Registry / cloud / fog-aws

fog-aws

JSON →
library3.33.2rbrubygemsunverified

A module for the fog library to use Amazon Web Services as a standalone provider.

gem install fog-aws
INSTALL
IMPORT
SIG · FOG-AWS
F
fog-aws
cloudrubyv3.33.2
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.

Fog::AWS
require 'fog/aws'

List EC2 instances using fog-aws

require 'fog/aws' compute = Fog::Compute.new(provider: 'AWS', aws_access_key_id: '...', aws_secret_access_key: '...') servers = compute.servers puts servers.first.id
Debug
Known issues
gotchaRequires AWS credentials; fog-aws is a provider for the fog gem, which may have breaking changes across major versions.
fix
Ensure fog gem is also installed and compatible version is used.
affects: >= 3.0.0
Upgrade
Version history
3.33.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
fog-aws — gem install fog-aws · libregistry