November 2017 Summaries
2 posts from MongoDB
Filter
Month:
Year:
Post Summaries
Back to Blog
This summary discusses the deployment of a Node.js application on AWS Elastic Container Service (ECS) and MongoDB Atlas. The process involves creating a Docker image with coldbrew-cli, which automates the setup of an ECS cluster, ECR repository, ELB, and security groups. The application is then deployed to the ECS cluster using coldbrew-cli, which creates and configures all necessary resources, including an ELB and security groups, allowing for easy access to the application. Once deployed, the application can be accessed through the ELB URL provided by coldbrew-cli. The process also includes deleting the resources associated with the ECS cluster when no longer needed, making it a fully managed deployment solution that requires minimal manual intervention.
Nov 09, 2017
1,574 words in the original blog post.
As AWS re:Invent 2017 approaches, anticipation builds around potential announcements in AI and IoT, reflecting significant technological trends since the previous conference. While last year's re:Invent introduced AI services like Lex, Polly, and Rekognition, the focus this year may expand to voice, image, and video analysis, as AWS seeks to strengthen its AI portfolio amid competition from Google Cloud Platform. The conference may also address IoT challenges, such as standardizing platforms and enhancing edge computing capabilities, following AWS's earlier steps with Greengrass and Lambda@Edge. These developments highlight AWS's strategic efforts to maintain its leadership in the cloud market by innovating in AI and IoT, with potential impacts on how devices handle data and integrate with existing AWS services like S3 and DynamoDB.
Nov 07, 2017
1,004 words in the original blog post.