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 […]
Amazon Cloud Drive and Play
Comments: 7Amazon is awesome! Everyone of us have a lot of music files. You can try “du -hs Music/“, I’m getting 100+GB answer, and this is just the part of my music, mostly because “df -h” is saying “Avail 4.5Gb” . This is after I purge more than 50GB of music. I’m also user of Grooveshark […]
Categories
AWS CloudFormation Introduction
Comments: 1AWS 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 […]
Amazon Services for iOS and Android
Comments: 1Every 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 […]