Amazon AWS SDK Bedienungsanleitung Seite 12

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 28
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 11
Using Amazon Web Services with
the AWS SDK for Ruby
This section provides information about how to program various Amazon Web Services using the SDK
for Ruby.
Topics
Using IAM Roles for Amazon EC2 Instances with the AWS SDK for Ruby (p. 9)
Start an Amazon EC2 Instance (p. 16)
Using IAM Roles for Amazon EC2 Instances with
the AWS SDK for Ruby
Note
For in-depth information about using IAM roles for EC2 instances, see Roles in Using IAM.
Securely managing authentication credentials is one of the first challenges that developers will face when
writing software that accesses Amazon Web Services (AWS). All requests to AWS must be cryptograph-
ically signed using credentials issued by AWS. For software that runs on Amazon Elastic Compute Cloud
(Amazon EC2) instances, developers must store these credentials in a way that keeps them secure but
also makes them accessible to the software, which needs them in order to make requests.
IAM roles for EC2 instances provides you with an effective way to manage credentials for AWS software
running on EC2 instances. With IAM roles, you can develop software and deploy it to an EC2 instance
without having to otherwise manage the credentials that the software is using.
Topics
Using IAM Roles for EC2 Instances to Manage Your Credentials (p. 10)
Walkthrough: Using IAM Roles to Retrieve an Amazon S3 Object from an EC2 Instance (p. 10)
Version v1.0.0
9
AWS SDK for Ruby Developer Guide
Using IAM Roles for EC2 Instances
Seitenansicht 11
1 2 ... 7 8 9 10 11 12 13 14 15 16 17 ... 27 28

Kommentare zu diesen Handbüchern

Keine Kommentare