词条 | Amazon Elastic Compute Cloud | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
释义 |
}}{{Infobox software | name = Amazon Elastic Compute Cloud (EC2) | logo = | logo caption = Amazon Elastic Compute Cloud (EC2) | screenshot = | caption = | collapsible = | author = Amazon.com, Inc. | developer = Amazon.com | released = {{Start date and age|2006|08|25}} (public beta) | discontinued = | latest release version = | latest release date = | latest preview version = | status = Active | programming language = | operating system = {{Plainlist |
}} | platform = | size = | language = English | genre = Virtual private server | license = Proprietary software | alexa = | website = {{URL|https://aws.amazon.com/ec2/}} }}Amazon Elastic Compute Cloud (EC2) forms a central part of Amazon.com's cloud-computing platform, Amazon Web Services (AWS), by allowing users to rent virtual computers on which to run their own computer applications. EC2 encourages scalable deployment of applications by providing a web service through which a user can boot an Amazon Machine Image (AMI) to configure a virtual machine, which Amazon calls an "instance", containing any software desired. A user can create, launch, and terminate server-instances as needed, paying by the second for active servers{{snd}}hence the term "elastic". EC2 provides users with control over the geographical location of instances that allows for latency optimization and high levels of redundancy.[1] In November 2010, Amazon switched its own retail website to use EC2 and AWS.[2] History{{see also|Timeline of Amazon Web Services}}Amazon announced a limited public beta test of EC2 on August 25, 2006,[3] offering access on a first-come, first-served basis. Amazon added two new instance types (Large and Extra-Large) on October 16, 2007.[4] On May 29, 2008, two more types were added, High-CPU Medium and High-CPU Extra Large.[5] There are twelve types of instances available.[6] Amazon added three new features on March 27, 2008,[7] static IP addresses, availability zones, and user selectable kernels. On August 20, 2008, Amazon added Elastic Block Store (EBS)[8] This provides persistent storage, a feature that had been lacking since the service was introduced. Amazon EC2 went into full production when it dropped the beta label on October 23, 2008. On the same day, Amazon announced the following features:[9] a service level agreement for EC2, Microsoft Windows in beta form on EC2, Microsoft SQL Server in beta form on EC2, plans for an AWS management console, and plans for load balancing, autoscaling, and cloud monitoring services.[9] These features were subsequently added on May 18, 2009.[10] Amazon EC2 was developed mostly by a team in Cape Town, South Africa led by Chris Pinkham.[11] Pinkham provided the initial architecture guidance for EC2 and then built the team and led the development of the project along with Willem van Biljon. Instance typesInitially, EC2 used Xen virtualization exclusively.[12] However, on November 6, 2017, Amazon announced[13] the new C5 family of instances that were based on a custom architecture around the KVM hypervisor, called Nitro.[14][15] Each virtual machine, called an "instance", functions as a virtual private server. Amazon sizes instances based on "Elastic Compute Units". The performance of otherwise identical virtual machines may vary.[16] On November 28, 2017, AWS announced a bare-metal instance type offering marking a remarkable departure from exclusively offering virtualized instance types.[17] As of January 2019, the following instance types were offered:[18]
Cost{{As of |2018|04}}, Amazon charged about $0.0058/hour ($4.176/month) for the smallest "Nano Instance" (t2.nano) virtual machine running Linux or Windows. Storage-optimized instances cost as much as $4.992/hour (i3.16xlarge). "Reserved" instances can go as low as $2.50/month for a three-year prepaid plan.[21][22] The data transfer charge ranges from free to $0.12 per gigabyte, depending on the direction and monthly volume (inbound data transfer is free on all AWS services[23]).Free tier{{As of|2010|December}} Amazon offered a bundle of free resource credits to new account holders. The credits are designed to run a "micro" sized server, storage (EBS), and bandwidth for one year.[24] Unused credits cannot be carried over from one month to the next.[25]Reserved InstancesReserved instances enable EC2 or RDS service users to reserve an instance for one or three years. The corresponding hourly rate charged by Amazon to operate the instance is 35-75% lower than the rate charged for on-demand instances.[26] Reserved Instances can be purchased in three different ways: All Upfront, Partial Upfront and No Upfront. The different purchase options allow for different structuring of payment models. In September 2016, AWS announced several enhancements to Reserved Instances, introducing a new feature called scope and a new reservation type called a Convertible.[27] In October 2017, AWS announced the allowance to subdivide the instances purchased for more flexibility [28] Spot InstancesCloud providers maintain large amounts of excess capacity they have to sell or risk incurring losses.[29] Amazon EC2 Spot instances are spare compute capacity in the AWS cloud available at up to 90% discount compared to On-Demand prices. As a trade-off, AWS offers no SLA on these instances and customers take the risk that it can be interrupted with only two minutes of notification when Amazon needs the capacity back. Researchers from the Israeli Institute of Technology found that ״they (Spot instances) are typically generated at random from within a tight price interval via a dynamic hidden reserve price”.[29] Some companies, like Spotinst, are using big data combined with machine learning to predict spot interruptions up to 15 minutes in advance.[30][31] FeaturesOperating systems{{Further|operating system}}When it launched in August 2006, the EC2 service offered Linux and later Sun Microsystems' OpenSolaris and Solaris Express Community Edition. In October 2008, EC2 added the Windows Server 2003 and Windows Server 2008 operating systems to the list of available operating systems.[32][33] In March 2011, NetBSD AMIs became available.[34] In November 2012, Windows Server 2012 support was added.[35] Since 2006, Colin Percival, a FreeBSD developer and Security Officer, solicited Amazon to add FreeBSD.[36] In November 2012, Amazon officially supported running FreeBSD in EC2.[37][38][39] The FreeBSD/EC2 platform is maintained by Percival[40] who also developed the secure deduplicating Amazon S3-cloud based backup service Tarsnap.[41] Amazon has their own Linux distribution based on the Fedora and Red Hat Enterprise Linux as a low cost offering known as the Amazon Linux AMI. Version 2013.03 included:[42]
Persistent storageAn EC2 instance may be launched with a choice of two types of storage for its boot disk or "root device." The first option is a local "instance-store" disk as a root device (originally the only choice). The second option is to use an EBS volume as a root device. Instance-store volumes are temporary storage, which survive rebooting an EC2 instance, but when the instance is stopped or terminated (e.g., by an API call, or due to a failure), this store is lost. The Amazon Elastic Block Store (EBS) provides raw block devices that can be attached to Amazon EC2 instances. These block devices can then be used like any raw block device. In a typical use case, this would include formatting the device with a filesystem and mounting it. In addition, EBS supports a number of advanced storage features, including snapshotting and cloning. EBS volumes can be up to 16TB in size. EBS volumes are built on replicated storage, so that the failure of a single component will not cause data loss. EBS was introduced to the general public by Amazon in August 2008.[8] EBS volumes provide persistent storage independent of the lifetime of the EC2 instance, and act much like hard drives on a real server. More accurately, they appear as block devices to the operating system that are backed by Amazon's disk arrays. The OS is free to use the device however it wants. In the most common case, a file system is loaded and the volume acts as a hard drive. Another possible use is the creation of RAID arrays by combining two or more EBS volumes. RAID allows increases of speed and/or reliability of EBS. Users can set up and manage storage volumes of sizes from 1GB to 16TB. The volumes support snapshots, which can be taken from a GUI tool or the API. EBS volumes can be attached or detached from instances while they are running, and moved from one instance to another.[43] Simple Storage Service (S3) is a storage system in which data is accessible to EC2 instances, or directly over the network to suitably authenticated callers (all communication is over HTTP). Amazon does not charge for the bandwidth for communications between EC2 instances and S3 storage "in the same region." Accessing S3 data stored in a different region (for example, data stored in Europe from a US East Coast EC2 instance) will be billed at Amazon's normal rates. S3-based storage is priced per gigabyte per month. Applications access S3 through an API. For example, Apache Hadoop supports a special s3: filesystem to support reading from and writing to S3 storage during a MapReduce job. There are also S3 filesystems for Linux, which mount a remote S3 filestore on an EC2 image, as if it were local storage. As S3 is not a full POSIX filesystem, things may not behave the same as on a local disk (e.g., no locking support). Elastic IP addressesAmazon's elastic IP address feature is similar to static IP address in traditional data centers, with one key difference. A user can programmatically map an elastic IP address to any virtual machine instance without a network administrator's help and without having to wait for DNS to propagate the binding. In this sense an Elastic IP Address belongs to the account and not to a virtual machine instance. It exists until it is explicitly removed, and remains associated with the account even while it is associated with no instance. Amazon CloudWatchAmazon CloudWatch is a web service that provides real-time monitoring to Amazon's EC2 customers on their resource utilization such as CPU, disk, network and replica lag for RDS Database replicas.[44] CloudWatch does not provide any memory, disk space, or load average metrics without running additional software on the instance. Since December 2017 Amazon provides a CloudWatch Agent for Windows and Linux operating systems included disk and previously not available memory information,[45] previously Amazon provided example scripts for Linux instances to collect OS information.[46][47] The data is aggregated and provided through AWS management console. It can also be accessed through command line tools and Web API's, if the customer desires to monitor their EC2 resources through their enterprise monitoring software. Amazon provides an API which allows to operate on CloudWatch alarms.[48] The metrics collected by Amazon CloudWatch enables the auto-scaling feature to dynamically add or remove EC2 instances.{{sfnp|AWS in Action|Wittig|2016|pages= 372–375 }} The customers are charged by the number of monitoring instances. Since May 2011, Amazon CloudWatch accepts custom metrics[49] that can be submitted programmatically via Web Services API and then monitored the same way as all other internal metrics, including setting up the alarms for them, and since July 2014 Cloudwatch Logs service is also available[50]. Basic Amazon CloudWatch is included in Amazon Free Tier service. Automated scaling{{Further|autoscaling}}Amazon's auto-scaling feature of EC2 allows it to automatically adapt computing capacity to site traffic. The schedule-based (e.g. time-of-the-day) and rule-based (e.g. CPU utilization thresholds) auto scaling mechanisms are easy to use and efficient for simple applications. However, one potential problem is that VMs may take up to several minutes to be ready to use, which are not suitable for time critical applications. The VM startup time are dependent on image size, VM type, data center locations, etc.[51] == Pricing == Generally, Amazon EC2 priced on per instance / per hour basis. However, any instance can be rented on per month basis as well. In such case, Reserved and Spot Instances pricing can be applied resulting in significant discount. Instances are priced depending on their "size", namely how much CPU and RAM included. Amazon EC2 price varies from $2.5 per month for "nano" instance with 1 vCPU and 0.5 GB RAM on board to "xlarge" type of instances with 32 vCPU and 488 GB RAM billed up to $3997.19 per month. The charts to the right show how Amazon EC2 pricing is compared to similar Cloud Computing services: Microsoft Azure, Google Cloud Platform, Kamatera, and Vultr.[54]
ReliabilityTo make EC2 more fault-tolerant, Amazon engineered Availability Zones that are designed to be insulated from failures in other availability zones. Availability zones do not share the same infrastructure. Applications running in more than one availability zone can achieve higher availability.[58] EC2 provides users with control over the geographical location of instances that allows for latency optimization and high levels of redundancy. For example, to minimize downtime, a user can set up server instances in multiple zones that are insulated from each other for most causes of failure such that one backs up the other. Higher-availability database services, like Amazon Relational Database Service run separately from EC2 instances. IssuesIn early July 2008, the anti-spam organizations Outblaze and Spamhaus.org began blocking Amazon's EC2 address pool due to problems with the distribution of spam and malware.[55] On December 1, 2010, Amazon pulled its service to WikiLeaks after coming under political pressure in the US.[56] The Internet group Anonymous attempted to attack EC2 in revenge; however, Amazon was not affected by the attack.[57] Amazon's websites were temporarily offline on December 12, 2010, although it was initially unclear if this was due to attacks or a hardware failure. An Amazon official later stated that it was due to a hardware failure.[58] {{wikinews|Amazon server outage affects Reddit, other websites}}Shortly before 5 am ET on April 21, 2011, an outage started at EC2's Northern Virginia data center that brought down several websites, including Foursquare, Springpad, Reddit, Quora, and Hootsuite.[59][60][61] Specifically, attempts to use Amazon's elastic-disk and database services hung, failed, or were slow. Service was restored to some parts of the datacenter (three of four "availability zones" in Amazon's terms) by late afternoon Eastern time that day;[62] problems for at least some customers were continuing as of April 25.[63] 0.07% of EBS volumes in one zone have also been lost; EBS failures were a part of normal operation even before this outage and were a risk documented by Amazon,[64] though the number of failures and the number of simultaneous failures may find some EC2 users unprepared. On Sunday August 6, 2011, Amazon suffered a power outage in one of their Ireland availability zones.[65] Lightning was originally blamed for the outage; however, on August 11, Irish energy supplier ESB Networks dismissed this as a cause, but at time of writing, could not confirm what the cause of the problem was.[66] The power outage raised multiple questions regarding Amazon's EBS infrastructure, which caused several bugs in their software to be exposed. The bugs resulted in some customers' data being deleted when recovering EBS volumes in a mid-write operation during the crash.[67] August 8, 2011 saw another network connectivity outage of Amazon's Northern Virginia datacenter, knocking out the likes of Reddit, Quora, Netflix and FourSquare.[68] The outage lasted around 25 minutes. Another Northern Virginia datacenter outage occurred on October 22, 2012, from approximately 10 am to 4 pm PT. Edmodo, Airbnb, Flipboard, Reddit, and other customers were affected. Anonymous claimed responsibility, however Amazon denied this assertion.[69] See also{{Div col|colwidth=22em}}
Notes1. ^{{cite web |url=http://www.news.com/8301-10784_3-9904091-7.html |title=Amazon Web Services adds 'resiliency' to EC2 compute service |first=Martin |last=LaMonica |work=CNET |date=March 27, 2008 |accessdate=August 1, 2009}} 2. ^{{Cite AV media|title=AWS Cloud Tour 2011 {{!}} Australia: Event Highlights|URL=https://www.youtube.com/watch?v=uf07L1RUOW4|medium=video}} 3. ^{{cite web |url=http://aws.typepad.com/aws/2006/08/amazon_ec2_beta.html |title=Amazon EC2 Beta |first=Jeff |last=Barr |date=August 25, 2006 |work=Amazon Web Services Blog |accessdate= May 31, 2013}} 4. ^{{cite web |url=http://aws.typepad.com/aws/2007/10/amazon-ec2-gets.html |title=Amazon EC2 Gets More Muscle |first=Jeff |last=Barr |date=October 16, 2007}} 5. ^{{cite web |url=http://aws.typepad.com/aws/2008/05/more-ec2-power.html |title=More EC2 power |first=Jeff |last=Barr |date=May 29, 2008 |work=Amazon Web Services Blog |accessdate=August 1, 2009}} 6. ^Amazon EC2 Instances. Aws.amazon.com. Retrieved on 2013-08-09. 7. ^{{cite web |url=http://aws.typepad.com/aws/2008/03/new-ec2-feature.html |title=New EC2 Features |first=Jeff |last=Barr |date=March 27, 2008 |work=Amazon Web Services Blog |accessdate=August 1, 2009}} 8. ^1 {{cite web |url=http://aws.typepad.com/aws/2008/08/amazon-elastic.html |title=Amazon EBS (Elastic Block Store) - Bring Us Your Data |first=Jeff |last=Barr |date= August 20, 2008 |accessdate= May 31, 2013 |work= Amazon Web Services Blog| archiveurl= https://web.archive.org/web/20110328011236/http://aws.typepad.com/aws/2008/08/amazon-elastic.html| archivedate= March 28, 2011 |deadurl= no}} 9. ^1 {{cite web |url=http://aws.typepad.com/aws/2008/10/big-day-for-ec2.html |title=Big Day For EC2 |first=Jeff |last=Barr |date=August 23, 2008 |work=Amazon Web Services Blog |accessdate=August 1, 2009}} 10. ^{{cite web |url=http://aws.typepad.com/aws/2009/05/new-aws-load-balancing-automatic-scaling-and-cloud-monitoring-services.html |title=New Features for EC2 |first=Jeff |last=Barr |date=May 18, 2009 |work=Amazon Web Services Blog |accessdate=August 1, 2009}} 11. ^{{cite web |url=http://itknowledgeexchange.techtarget.com/cloud-computing/2010/06/17/amazons-early-efforts-at-cloud-computing-partly-accidental/|title=Amazon's early efforts at cloud computing? Partly accidental|date=June 17, 2010}} 12. ^{{cite web |url=http://www.citrix.com/global-partners/amazon-web-services.html |title=Citrix and Amazon Web Services (AWS) |date= |publisher=citrix.com |accessdate=October 23, 2013}} 13. ^{{cite web |url=https://aws.amazon.com/blogs/aws/now-available-compute-intensive-c5-instances-for-amazon-ec2/ |title=Now Available – Compute-Intensive C5 Instances for Amazon EC2|date= |accessdate=November 7, 2017}} 14. ^{{cite web |url=https://aws.amazon.com/ec2/faqs/#compute-optimized |title=Amazon EC2 FAQs |date= |accessdate=November 7, 2017}} 15. ^{{cite web |url=https://www.youtube.com/watch?v=o9_4uGvbvnk |title=AWS re:Invent 2017: NEW LAUNCH! Amazon EC2 Bare Metal Instances (CMP330)|date=|accessdate=December 4, 2017}} 16. ^J. Dejun, G. Pierre and C.-H. Chi. EC2 Performance Analysis for Resource Provisioning of Service-Oriented Applications. In Proceedings of the Workshop on Non-Functional Properties and SLA Management in Service-Oriented Computing, November 2009. 17. ^{{cite web| url=https://techcrunch.com/2017/11/28/aws-launches-bare-metal-instances/ |title=AWS launches bare metal instances |first=Frederic |last=Lardinois |date=November 28, 2017 |work=TechCrunch |accessdate=December 4, 2017}} 18. ^{{Cite web|url=https://aws.amazon.com/ec2/instance-types/|title=Amazon EC2 Instance Types – Amazon Web Services (AWS)|website=Amazon Web Services, Inc.|language=en-US|access-date=2019-01-28}} 19. ^{{cite web |url=http://aws.amazon.com/ec2/pricing/ |title=Amazon EC2 Pricing |date= |accessdate=December 5, 2012 }} 20. ^{{cite web |url=http://www.cs.technion.ac.il/users/wwwb/cgi-bin/tr-info.cgi/2011/CS/CS-2011-09 |title=Technical Report CS-2011-09 |publisher=cs.technion.ac.il |date= |accessdate=December 5, 2012 }} 21. ^$109 for a three-year Heavy Utilization Reserved t2.micro Instances reservation amortized over thirty-six months plus one month at $0.002/hour. 22. ^Amazon Elastic Compute Cloud (Amazon EC2), Cloud Computing Servers. Aws.amazon.com (2014-07-01). Retrieved on 2014-07-01. 23. ^{{cite web |url=http://aws.typepad.com/aws/2011/06/aws-lowers-its-pricing-again-free-inbound-data-transfer-and-lower-outbound-data-transfer-for-all-ser.html |title=AWS Lowers its Pricing Again! – No Inbound Data Transfer Fees and Lower Outbound Data Transfer for All Services including Amazon CloudFront |first=Jeff |last=Barr |work=Typepad |date=June 29, 2011|accessdate=July 6, 2011| archiveurl= https://web.archive.org/web/20110707085314/http://aws.typepad.com/aws/2011/06/aws-lowers-its-pricing-again-free-inbound-data-transfer-and-lower-outbound-data-transfer-for-all-ser.html| archivedate= July 7, 2011 | deadurl= no}} 24. ^{{cite web |url=http://aws.amazon.com/free/ |title=AWS Free Usage Tier}} 25. ^{{Cite web|title = FAQs|url = http://aws.amazon.com/free/faqs/|website = Amazon Web Services, Inc.|accessdate = 2015-07-31}} 26. ^{{cite web|url=http://aws.typepad.com/aws/2011/12/reserved-instance-options-for-amazon-ec2.html|title=Additional Reserved Instance Options for Amazon EC2|publisher=Amazon}} 27. ^{{cite web |url=https://www.cloudhealthtech.com/blog/quick-start-guide-aws-regional-convertible-reservations |title=A Quick Start Guide To AWS Regional & Convertible Reservations |publisher=CloudHealth Technologies |first= Alan |last=Santos |date=September 29, 2016 |access-date=2016-10-04}} 28. ^{{cite web|url=https://www.pcworld.com/article/3180821/cloud-computing/aws-follows-google-with-reserved-instance-flexibility-changes.html |title=AWS Follows Google With Reserved Instance Flexibility Changes |first=Blair |last=Hanley Frank |work=PC World |date=March 14, 2017 |access-date=2018-03-04}} 29. ^1 {{Cite web |url=http://www.cs.technion.ac.il/~ladypine/spotprice-ieee.pdf|title=Deconstructing Amazon EC2 Spot Instance Pricing|last=Technion - Israel Institute of Technology|date=|publisher=Technion University |access-date=2018-03-04}} 30. ^{{cite web |url=https://thenewstack.io/spotinst-making-cheaper-excess-compute-capacity/ |title=Spotinst: Making the Most of Cheaper Excess Compute Capacity |first=Susan |last=Hall |date=December 26, 2017 |work=The News Stack |access-date=2018-03-04}} 31. ^{{Cite web|url=https://techcrunch.com/2017/10/25/spotnist-delivers-spot-cloud-infrastructure-services-at-discount-prices/|title=Spotinst delivers spot cloud infrastructure services at discount prices|last=Miller |first=Ron |date=October 25, 2017 |work=TechCrunch |access-date=2018-03-04}} 32. ^{{cite web |url=http://news.cnet.com/8301-17939_109-10073696-2.html |title=Amazon's Linux cloud computing out of beta, joined by Windows |first=Stephen |last=Shankland |work=CNET |date=October 23, 2008|accessdate=October 24, 2008}} 33. ^{{cite web |url=http://aws.amazon.com/windows/ |title=Amazon Elastic Compute Cloud (EC2) Running Microsoft Windows Server and SQL Server |date=October 23, 2008|accessdate=October 25, 2008| archiveurl= https://web.archive.org/web/20081201023846/http://aws.amazon.com/windows/| archivedate= 1 December 2008 | deadurl= no}} 34. ^{{cite web |url=http://blog.netbsd.org/tnf/entry/netbsd_now_runs_under_amazon |title=NetBSD now runs under Amazon EC2 |first=Jean-Yves |last=Migeon |work=NetBSD Blog |date=March 13, 2011 |accessdate=August 9, 2013}} 35. ^{{cite web |url=http://aws.typepad.com/aws/2012/11/windows-server-2012-now-available-on-aws.html |title=Windows Server 2012 Now Available on AWS |date=November 19, 2012|accessdate=March 26, 2014}} 36. ^{{cite web|last1=Barr|first1=Jeff|title=Interview - Live from AWS re:Invent Colin Percival, FreeBSD Developer|url=https://www.youtube.com/watch?v=SK7EeV_GD3M|publisher=Amazon Web Services 28.11.2012|accessdate=25 May 2015}} 37. ^{{cite web|url=http://aws.typepad.com/aws/2012/11/aws-marketplace-additional-operating-system-support.html|title=AWS Marketplace – Additional EC2 Operating System Support (FreeBSD, Debian, CentOS)|publisher=Amazon}} 38. ^{{cite web|last1=Percival|first1=Colin|title=How to build FreeBSD/EC2 images|url=http://www.daemonology.net/blog/2014-02-16-FreeBSD-EC2-build.html|publisher=Colin Percival|accessdate=25 May 2015}} 39. ^{{cite web|last1=Percival|first1=Colin|title=FreeBSD on EC2|url=http://www.daemonology.net/freebsd-on-ec2/|publisher=Colin Percival|accessdate=25 May 2015}} 40. ^{{cite web|title=Colin Percival|url=https://aws.amazon.com/marketplace/seller-profile?id=4a931b8a-95f6-4bb2-8b7e-53507851c459|website=awsmarketplace|publisher=Amazon Web Services, Inc.|accessdate=25 May 2015}} 41. ^{{cite web|last1=Percival|first1=Colin|title=About Tarsnap|url=http://www.tarsnap.com/about.html|publisher=Tarsnap and C. Percival|accessdate=25 May 2015}} 42. ^{{cite web |title= Amazon Linux AMI 2013.03 Release Notes |work= AWS web site |url= http://aws.amazon.com/amazon-linux-ami/2013.03-release-notes/ |accessdate= May 31, 2013 }} 43. ^{{cite web |url = http://1201restart.com/Articles/Introduction_to_EBS_Volumes |title = Introduction to EBS Volumes |publisher = 1201 Restart.com |date = December 2010 |accessdate = December 18, 2010 |archive-url = https://web.archive.org/web/20110513114653/http://1201restart.com/Articles/Introduction_to_EBS_Volumes |archive-date = 2011-05-13 |dead-url = yes |df = }} 44. ^{{cite web|url=https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html|title=Working with Read Replicas of MariaDB, MySQL, and PostgreSQL DB Instances - Amazon Relational Database Service|website=docs.aws.amazon.com}} 45. ^https://aws.amazon.com/about-aws/whats-new/2017/12/amazon-cloudwatch-introduces-a-new-cloudWatch-agent-with-aws-systems-manager-integration-for-unified-metrics-and-logs-collection/ 46. ^https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/mon-scripts.html 47. ^{{cite web|url=https://forums.aws.amazon.com/profile.jspa?userID=202407|title=AWS Developer Forums: User Profile for Henry@AWS|website=forums.aws.amazon.com}} 48. ^{{cite web|url=https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/Welcome.html|title=Welcome - Amazon CloudWatch|website=docs.aws.amazon.com}} 49. ^https://aws.amazon.com/releasenotes/release-amazon-cloudwatch-on-2011-05-10/ 50. ^https://aws.amazon.com/about-aws/whats-new/2014/07/10/introducing-amazon-cloudwatch-logs/ 51. ^{{cite journal|last=Mao|first=Ming|author2=M. Humphrey|title=A Performance Study on the VM Startup Time in the Cloud|journal=Proceedings of 2012 IEEE 5th International Conference on Cloud Computing (Cloud2012)|year=2012|url=http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6253534&isnumber=6253471|doi=10.1109/CLOUD.2012.103|isbn=978-1-4673-2892-0|page=423}} 52. ^{{cite web|url=https://aws.amazon.com/de/blogs/aws/elastic-load-balancing-ipv6-zone-apex-support-additional-security/|title=Elastic Load Balancing – IPv6, Zone Apex Support, Additional Security|publisher=Amazon}} 53. ^{{cite web|url=https://forums.aws.amazon.com/message.jspa?messageID=613158|title=AWS Developer Forums: When will IPv6 be available for ...|website=forums.aws.amazon.com}} 54. ^{{Cite news|url=https://5best.cloud/aws-vs-azure-vs-google-cloud/|title=Amazon AWS vs Microsoft Azure vs Google Cloud vs Kamatera vs Vultr - 5 Best Cloud Services|date=2017-12-02|work=5 Best Cloud Services|access-date=2017-12-24|language=en-US}} 55. ^{{cite news |url=http://blog.washingtonpost.com/securityfix/2008/07/amazon_hey_spammers_get_off_my.html |title=Amazon: Hey Spammers, Get Off My Cloud! |first=Brian |last=Krebs |authorlink=Brian Krebs |work=Security Fix |publisher=The Washington Post |date=July 1, 2008 |archiveurl=https://web.archive.org/web/20131203081807/http://blog.washingtonpost.com/securityfix/2008/07/amazon_hey_spammers_get_off_my.html |archivedate=December 3, 2013}} 56. ^{{cite news| url=https://www.theguardian.com/media/2010/dec/01/wikileaks-website-cables-servers-amazon | location=London | work=The Guardian | first=Ewen | last=MacAskill | title=WikiLeaks website pulled by Amazon after US political pressure | date=December 2, 2010}} 57. ^{{cite news |first1=Matthew |last1=Weaver |first2=Mark |last2=Tran |title=WikiLeaks cables: Shell, Operation Payback and Assange for the Nobel prize{{snd}}as it happened |url= https://www.theguardian.com/news/blog/2010/dec/09/wikileaks-us-embassy-cables-live-updates |work=The Guardian |date= December 9, 2010 |accessdate= May 31, 2013 }} 58. ^{{cite news |first=Charles |last=Arthur |title=Amazon says outage in Europe due to hardware failure, not hacking attack |url= https://www.theguardian.com/technology/blog/2010/dec/13/amazon-failure-not-hacking-wikileaks |work=The Guardian |date= December 13, 2010 |accessdate= May 31, 2013 }} 59. ^{{cite news| url=http://money.cnn.com/2011/04/21/technology/amazon_server_outage/index.htm | work=CNN | first=Julianne | last=Pepitone | title=Amazon EC2 outage downs Reddit, Quora | date=April 21, 2011}} 60. ^{{cite news| url=https://www.nytimes.com/2011/04/23/technology/23cloud.html | work=The New York Times | first=Steve | last=Lohr | title=Amazon Malfunction Raises Doubts About Cloud Computing | date=April 22, 2011}} 61. ^{{cite news| url=http://www.doeswhat.com/2011/04/21/cloud-storm-amazons-ec2-takes-down-startups/ | work=DoesWhat | title=Cloud storm, EC2 startup takedown | date=April 21, 2011}} 62. ^{{cite web|url=http://status.aws.amazon.com/,|title=6:18 pm PDT April 21, 2011, entry, says "all Availability Zones except one have been functioning normally for the past 5 hours."|website=amazon.com}} 63. ^{{cite web|url=http://status.aws.amazon.com/,|title=April 25 entry.|website=amazon.com}} 64. ^Amazon Elastic Block Store (EBS) section "Volume Durability" 65. ^{{cite news | first=Jack | last=Clark | url=http://www.zdnet.co.uk/news/cloud/2011/08/08/lightning-strikes-amazons-european-cloud-40093641/ | title=Lightning strikes Amazon's European cloud | work=ZDNet | date=August 8, 2011}} 66. ^{{cite news | first=Paul | last=Kunert | url=https://www.theregister.co.uk/2011/08/11/esb_web_outage/ | title=Amazon web outage not caused by lightning | work=The Register | date=August 11, 2011}} 67. ^{{cite news | first=Jack | last=Clark | url=http://www.zdnet.co.uk/news/cloud/2011/08/10/aws-cloud-accidentally-deletes-customer-data-40093665/ | title=AWS cloud accidentally deletes customer data | work=ZDNet | date=August 10, 2011}} 68. ^{{cite news | first=Steven | last=Musil | url=http://news.cnet.com/8301-1023_3-20089866-93/amazon-cloud-outage-downs-netflix-quora/ | title=Amazon cloud outage downs Netflix, Quora | work= CNET | date=August 9, 2011}} 69. ^{{cite news |last=Tibken |first=Shara | url=http://news.cnet.com/8301-1023_3-57537499-93/amazon-cloud-outage-impacts-reddit-airbnb-flipboard/ | title=Amazon cloud outage impacts Reddit, Airbnb, Flipboard | date=October 22, 2012 |work=CNET}} 70. ^1 {{Cite book|title=Amazon Web Services in Action|last=Wittig |first=Andreas|last2=Wittig |first2=Michael|year=2016|publisher=Manning Press|isbn=978-1-61729-288-0|ref={{harvid|AWS in Action|Wittig|2016}}|pages=290–294}} References{{Reflist|30em|refs=[70]}} External links
7 : Amazon Web Services|Cloud computing|Cloud computing providers|Cloud infrastructure|Cloud infrastructure attacks & failures|Cloud platforms|Web services |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。