La gente de Amazon ha sacado una nueva SDK PHP para AWS que puede ser usada para acceder a los servicios que ofrece: Amazon Elastic Compute Cloud (EC2), the Amazon Simple Storage Service (S3), Amazon CloudFront, Amazon CloudWatch, Amazon SimpleDB, Amazon Simple Notification Service (SNS), Amazon Simple Queue Service (SQS) y Amazon Identify and Access Management (IAM).
Tag Archives: aws
Scaling an AWS infrastructure – Tools and Patterns
This is a guest post by Frédéric Faure (architect at Ysance), you can follow him on twitter. How do you scale an AWS (Amazon Web Services) infrastructure? This article will give you a detailed reply in two parts: the tools you can use to make the most of Amazon’s dynamic approach, and the architectural model you should adopt for a scalable infrastr …
Manual de Amazon Web Services con PHP
Extenso y completo tutorial que nos enseña cómo trabajar con Amazon Web Services (AWS) en PHP. Para lo cual primeramente nos explica qué servicios ofrece Amazon:
- Amazon Simple Storage Service (Amazon S3): almacenamiento
- Amazon Elastic Compute Cloud (EC2): servidores
- Amazon Simple DB (SDB): base de datos
- Amazon Simple Queue Service (SQS): cola de mensajes entre servidores
Después nos explica cómo funcionan los servicios para pasar por último a la parte técnica del PHP.