Please enable JavaScript.
Coggle requires JavaScript to display documents.
S3 demo - Coggle Diagram
S3 demo
-
object level logging
-
-
pricing
Once a CloudTrail trail is set up, S3 charges apply based on your usage, since CloudTrail delivers to S3 bucket log to
-
type
Mgmt event
Configuring security (for example, IAM AttachRolePolicy API operations)
Registering devices (for example, Amazon EC2 CreateDefaultVpc API operations)
Configuring rules for routing data (for example, Amazon EC2 CreateSubnet API operations)
Setting up logging (for example, AWS CloudTrail CreateTrail API operations)
data event
A user uploads an object to bucket-1.
The PutObject API operation is an Amazon S3 object-level API. Because the CloudTrail user specified an S3 bucket with an empty prefix, events that occur on any object in that bucket are logged. The trail processes and logs the event.
-
-
-
-
-
-
-
-
-
SSL
Let’s understand this with an example. To enforce end-to-end encryption on all traffic to a bucket, you can apply a bucket policy containing an explicit deny condition as shown here:
{
-
-
"Statement": [
{
"Sid": "AllowSSLRequestsOnly",
-
-
-
"Resource": [
"arn:aws:s3:::awsexamplebucket",
-
-
-
-
-
-
-
-