Posts

Showing posts from August, 2015

Amazon Announced New S3 Usability Enhancements

Image
Amazon S3 Adds Two New Long-Awaited Features Bucket Limit Increase You can now increase your Amazon S3 bucket limit per AWS account. All AWS accounts have a default bucket limit of 100 buckets, and starting today you can now request additional buckets by visiting AWS Service Limits. Read-after-write Consistency Amazon S3 now supports read-after-write consistency for new objects added to Amazon S3 in US Standard region. Prior to this announcement, all regions except US Standard supported read-after-write consistency for new objects uploaded to Amazon S3. With this enhancement, Amazon S3 now supports read-after-write consistency in all regions for new objects added to Amazon S3. Read-after-write consistency allows you to retrieve objects immediately after creation in Amazon S3. Now go ahead and bump the # of S3 buckets in AWS Service Limits page.

Tesla patches Model S after researchers hack car's software

Image
Not even automakers like Tesla are immune to hacking Two researchers - Kevin Mahaffey, CTO of security startup Lookout, and Marc Rogers, a security researcher at CloudFlare - said they were able to take control of a Tesla Model S by hacking into the car's entertainment system. When the car was cruising at less than five miles per hour or idling, the researchers were able to apply the emergency hand brake, bringing the car to an immediate stop. Physical access to the car was necessary Researchers emphasized that physical access to the car was needed to carry out the hack. For their research, he and Rogers plugged a laptop into a Model S ethernet port and exploited the vulnerabilities until they tapped into the entertainment software. Back in the old days one would simply cut few wires or brake cables. Patch applied Over-the-Air It’s impossible to prevent an attack from hitting a car’s computer system, Mahaffey said. “The question is how do you respond quickly with

Getting Started With AWS Aurora - Part 1

Image
AWS announced Aurora  MySQL compatible database engine last November. Aurora is a fully-managed, MySQL-compatible, relational database engine that combines the speed and availability of high-end commercial databases with the simplicity and cost-effectiveness of open source databases. What is AWS Aurora? Amazon Aurora is a relational database engine that combines the speed and reliability of high-end commercial databases with the simplicity and cost-effectiveness of open source databases. It delivers up to five times the throughput of standard MySQL running on the same hardware. Amazon Aurora increases MySQL performance and availability by tightly integrating the database engine with an SSD-backed virtualized storage layer purpose-built for database workloads. Amazon Aurora's storage is fault-tolerant and self-healing. If the entire instance fails, Amazon Aurora will automatically failover to one of up to 15 read replicas. MySQL 5.6 Compatibility According to the AWS, the