How to create an Amazon AWS S3 account for Photo Storage:

Create an AWS Account

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-1

*Fill out the Create an account prompts

 

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-2

*Enter your contact information and click "Create an Account and Continue" 

 

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-3

  • Fill out your billing information
  • Verify your phone number
  • Log in to your console using the account you just created. Sign in as a root user to use your email address
  • Click the services dropdown on the homepage of the console and choose S3 from the storage section

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-4

 

*Click "Create Bucket"

 

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-5

  • Enter a unique bucket name and the region that best suits you and your team
  • Some considerations are distance from you and data privacy laws

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-6

*Click into bucket

 

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-7

 

*Select properties tab

 

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-8

*(optional) Click Default encryption, choose the type of key supported by your IT policies, click save

 

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-9

*(optional) Back on properties tab select Versioning

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-10

*Click Enable versioning, save

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-11

*Click permissions tab, click Edit

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-12

*Uncheck all, save

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-13

*Confirm

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-14

*Click CORSconfiguration, add configuration, save

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-15

*(optional - to be done if you chose to enable versioning above) click management tab, click Add lifecycle rule 

*Name = deleteNonCurrentObjects, click Apply to all objects in bucket, click Next

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-16

*Click Next

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-17

*Click Permanently delete previous versions, choose number of days to retain deleted objects, check clean up expired object delete markers, check clean up incomplete multipart uploads, click Next

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-18

*Review, acknowledge, save

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-19

*Create IAM policy: Console IAM Policies, click Create policy

 

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-20

*Click JSON tab, enter policy, click review policyHow-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-21

  • Add policy name S3POLICYNAME, description “s3 access for AIMHQ-Assettrax, click Create policy

     

    How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-22

    *Create IAM user: Console IAM Users, click Add user

     

    How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-23

    *Enter username S3USER, select Programmatic access, click Next: permissions

     

    How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-24

    *Click Attach existing policies directly, choose policy S3POLICYNAME

    How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-25

    *Click Next: Review

    How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-26

    *Review, click Create user

    How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-27

     

*Click Download .csv, you must capture your key data here as it won’t be available later, click close

How-to-create-an-Amazon-AWS-S3-account-for-Photo-Storage-28

Record for implementation in application

Access Key Id output by access key creation
Access Key Secret output by access key creation
Bucket name S3BUCKETNAME
Region S3REGION
Public URL https://S3BUCKETNAME.s3.S3REGION.amazonaws.com

If you used the console, you will need to map your region (e.g. EU (London) to eu-west-2)

Region and name list here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available- regions