Amazon AWS SDK Betriebsanweisung Seite 7

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 73
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 6
Getting Started with the AWS SDK
for .NET
To get started with the AWS SDK for .NET, complete the following tasks:
Tasks
Create an AWS Account and Credentials (p. 3)
Install the .NET Development Environment (p. 4)
Install the AWS SDK for .NET (p. 4)
Start a New Project (p. 5)
Create an AWS Account and Credentials
To access AWS, you need an AWS account.
To sign up for an AWS account
1. Go to http://aws.amazon.com, and then click Sign Up.
2. Follow the on-screen instructions.
Part of the sign-up procedure involves receiving a phone call and entering a PIN using the phone
keypad.
AWS sends you a confirmation email after the sign-up process is complete. At any time, you can view
your current account activity and manage your account by going to http://aws.amazon.com and clicking
My Account/Console.
To use the SDK for .NET, you must have a set of valid AWS credentials, which consist of an access key
and a secret key. These keys are used to sign programmatic web service requests and enable AWS to
verify that the request comes from an authorized source.You can obtain a set of account credentials
when you create your account. However, we recommend that you do not use these credentials with SDK
for .NET. Instead, create one or more IAM users, and use those credentials. For applications that run on
EC2 instances, you can use IAM roles to provide temporary credentials.
Version v2.0.0
3
AWS SDK for .NET Developer Guide
Create an AWS Account and Credentials
Seitenansicht 6
1 2 3 4 5 6 7 8 9 10 11 12 ... 72 73

Kommentare zu diesen Handbüchern

Keine Kommentare