Pragmatic Programmer Issues

Tag: amazon

CloudFront Joined AWS Free Usage Tier

Amazon CloudFront is Content Delivery Network (CDN) and more as it is integrated and optimized to work with other AWS services. By using edge locations of Amazon’s DCs we can cache our content and deliver it with low latency. It doesn’t meter if the content is static (S3 object) or dynamic (EC2 service). We can […]

Categories

Tags

AWS CloudFormation Introduction

Comments: 1

AWS CloudFormation solves the complexity of creating collections of AWS Services and Resources (RDS, EC2, etc). We can use existing Templates or create our own. From chosen Template we can easily deploy our Stack, without worries about dependency resolution of ours Services. Read more on Amazon Blog: Create Your AWS Stack From a Recipe. CloudFormation […]

Categories

Tags

Amazon Services for iOS and Android

Comments: 1

Every time we write an application which uses Amazon Web Services, we have to write our Web Services client with http connection processing and errors handling. Amazon gives us two SDKs to simplify this tasks: AWS SDK for iOS – for iOS developers AWS SDK for Android – for Android developers. Both SDKs comes with […]

Categories

Tags