Skip to main content

Posts

Showing posts from 2017

AWS Cloud9 - New Cloud Developer IDE

AWS Cloud9 is a new cloud developer, an Integrated Development Environment (IDE) for writing, running, and debugging code, all from your web browser. AWS announced the launch of Cloud9 at re:Invent 2017. Cloud9 comes prepackaged with essential tools for many popular programming languages (Javascript, Python, PHP, etc.) so you don’t have to tinker with installing various compilers and toolchains. Cloud9 also provides a seamless experience for working with serverless applications allowing you to quickly switch between local and remote testing or debugging. Based on the popular open source Ace Editor and c9.io IDE (which we acquired last year), AWS Cloud9 is designed to make collaborative cloud development easy with extremely powerful pair programming features. Read more...

AWS Elasticsearch Service now supports VPC

AWS Elasticsearch Service now supports VPC, with this capability it offers extra layer of security. The traffic between other services and Amazon ES stays entirely within the AWS network and isolated from the public Internet. Read more..