Software Alternatives & Reviews

Securing access to S3 bucket

Amazon S3 AWS CloudTrail
  1. Amazon S3 is an object storage where users can store data from their business on a safe, cloud-based platform. Amazon S3 operates in 54 availability zones within 18 graphic regions and 1 local region.
    Amazon S3 has become one of the most popular object storage on cloud. This is available for various use-cases, to know more about why S3 is popular you can check my old post -.

    #Cloud Hosting #Object Storage #Cloud Storage 172 social mentions

  2. AWS CloudTrail is a web service that records AWS API calls for your account and delivers log files to you.
    Server access logging is an add-on feature from S3 which logs all the access and requests which are made to the specific S3 bucket. When enabled, you would have to choose a destination S3 bucket where all the logs are going to be written into. CloudTrail is one of the important services for governance and monitoring your AWS resources. With CloudTrail we can keep a log of all the APIs which are getting involved and the meta data of the invocation such as which IAM user/role invoked, what was the IP address that invoked the API. These logs from both Server access logging and CloudTrail can be stored on S3 bucket which can be analyzed from Athena to get better querying experience in terms of who / what / when / where the API was invoked.

    #API Tools #APIs #Developer Tools 13 social mentions

Discuss: Securing access to S3 bucket

Log in or Post with