Skip to content

Commit

Permalink
Merge pull request awsdocs#108 from qs53/patch-1
Browse files Browse the repository at this point in the history
Typos fixed
  • Loading branch information
aws-alan authored Mar 31, 2023
2 parents 9cf37ea + 212c58a commit 18314c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc_source/Welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,14 @@ In the next example, W2 does not finish before the start of R1\. Therefore, R1 m

![\[Image NOT FOUND\]](http://docs.aws.amazon.com/AmazonS3/latest/userguide/images/consistency2.png)

In the last example, W2 begins before W1 has received an acknowledgement\. Therefore, these writes are considered concurrent\. Amazon S3 internally uses last\-writer\-wins semantics to determine which write takes precedence\. However, the order in which Amazon S3 receives the requests and the order in which applications receive acknowledgements cannot be predicted because of various factors, such as network latency\. For example, W2 might be initiated by an Amazon EC2 instance in the same Region, while W1 might be initiated by a host that is farther away\. The best way to determine the final value is to perform a read after both writes have been acknowledged\.
In the last example, W2 begins before W1 has received an acknowledgment\. Therefore, these writes are considered concurrent\. Amazon S3 internally uses last\-writer\-wins semantics to determine which write takes precedence\. However, the order in which Amazon S3 receives the requests and the order in which applications receive acknowledgments cannot be predicted because of various factors, such as network latency\. For example, W2 might be initiated by an Amazon EC2 instance in the same Region, while W1 might be initiated by a host that is farther away\. The best way to determine the final value is to perform a read after both writes have been acknowledged\.

![\[Image NOT FOUND\]](http://docs.aws.amazon.com/AmazonS3/latest/userguide/images/consistency3.png)

## Related services<a name="RelatedAmazonWebServices"></a>

After you load your data into Amazon S3, you can use it with other AWS services\. The following are the services that you might use most frequently:
+ **[Amazon Elastic Compute Cloud \(Amazon EC2\)](https://aws.amazon.com/ec2/)** – Provides secure and scalable computing capacity in the AWS Cloud\. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster\. You can use Amazon EC2 to launch as many or as few virtual servers as you need, configure security and networking, and manage storage\.
+ **[Amazon Elastic Compute Cloud \(Amazon EC2\)](https://aws.amazon.com/ec2/)** – Provides secure and scalable computing capacity in the AWS Cloud\. Using Amazon EC2 eliminates your need to invest in hardware upfront, so you can develop and deploy applications faster\. You can use Amazon EC2 to launch as many or as few virtual servers as you need, configure security and networking, and manage storage\.
+ **[Amazon EMR](https://aws.amazon.com/elasticmapreduce/)** – Helps businesses, researchers, data analysts, and developers easily and cost\-effectively process vast amounts of data\. Amazon EMR uses a hosted Hadoop framework running on the web\-scale infrastructure of Amazon EC2 and Amazon S3\.
+ **[AWS Snow Family](http://aws.amazon.com/snow/)** – Helps customers that need to run operations in austere, non\-data center environments, and in locations where there's a lack of consistent network connectivity\. You can use AWS Snow Family devices to locally and cost\-effectively access the storage and compute power of the AWS Cloud in places where an internet connection might not be an option\.
+ **[AWS Transfer Family](http://aws.amazon.com/aws-transfer-family/)** – Provides fully managed support for file transfers directly into and out of Amazon S3 or Amazon Elastic File System \(Amazon EFS\) using Secure Shell \(SSH\) File Transfer Protocol \(SFTP\), File Transfer Protocol over SSL \(FTPS\), and File Transfer Protocol \(FTP\)\.
Expand Down Expand Up @@ -254,4 +254,4 @@ To see your bill, go to the Billing and Cost Management Dashboard in the [AWS Bi

## PCI DSS compliance<a name="pci-dss-compliance"></a>

Amazon S3 supports the processing, storage, and transmission of credit card data by a merchant or service provider, and has been validated as being compliant with Payment Card Industry \(PCI\) Data Security Standard \(DSS\)\. For more information about PCI DSS, including how to request a copy of the AWS PCI Compliance Package, see [PCI DSS Level 1](https://aws.amazon.com/compliance/pci-dss-level-1-faqs/)\.
Amazon S3 supports the processing, storage, and transmission of credit card data by a merchant or service provider, and has been validated as being compliant with Payment Card Industry \(PCI\) Data Security Standard \(DSS\)\. For more information about PCI DSS, including how to request a copy of the AWS PCI Compliance Package, see [PCI DSS Level 1](https://aws.amazon.com/compliance/pci-dss-level-1-faqs/)\.

0 comments on commit 18314c3

Please sign in to comment.