文件名称:aws-ruby-examples:适用于 Ruby v2 的 AWS 开发工具包的非官方代码示例
文件大小:21KB
文件格式:ZIP
更新时间:2024-06-27 08:56:13
Ruby
aws-ruby-examples
适用于 Ruby v2 的 AWS 开发工具包的非官方代码示例
这些示例演示了不同 AWS 服务的 API 流程,并不用于生产用途。
sudo pip install --upgrade awscli # Install AWS CLI via Python PIP
aws configure # Configure credentials and region
aws ec2 describe-key-pairs --output text # Test configuration
bundle install
您需要编辑 config.rb 文件
要将文件加载到 IRB:
irb -r ./
【文件预览】:
aws-ruby-examples-master
----helpers.rb(2KB)
----cloudfront.rb(3KB)
----vpc-nat.rb(11KB)
----iam.rb(608B)
----cloudformation_template.rb(5KB)
----s3.rb(2KB)
----ebs.rb(849B)
----Gemfile(142B)
----sqs.rb(3KB)
----config.rb(850B)
----LICENSE(1KB)
----ec2-ubuntu.rb(2KB)
----README.md(543B)
----cloudformation.rb(2KB)
----opsworks.rb(3KB)
----autoscaling.rb(3KB)
----sns.rb(1KB)
----rds.rb(2KB)
----elasticache.rb(2KB)
----.gitignore(29B)
----dynamodb.rb(2KB)
----vpc.rb(4KB)
----ec2-spot.rb(2KB)
----elb.rb(1KB)