Local Stack - A fully functional AWS cloud on your desktop
CodeOps
387 views
10 slides
Feb 26, 2020
Slide 1 of 10
1
2
3
4
5
6
7
8
9
10
About This Presentation
Presented as part of the Java meetup on 26th Feb in Thermo Fisher Scientific by Dipanjan Sarkar.
Size: 21.03 MB
Language: en
Added: Feb 26, 2020
Slides: 10 pages
Slide Content
The world leader in serving science Local Stack - A fully functional AWS cloud on your desktop Dipanjan Sarkar
AGENDA Boot up and “run AWS locally”. Identify the services we can run locally. Interact. Technique for swapping local / remote in our code. Potential Benefits
Boot up & run AWS locally docker run -p 4567-4580:4567-4580 localstack/localstack When working in teams to develop software, it is always the case that the step you take from your local machine to your lowest cloud environment is the biggest. From there to Production your envs should be fairly similar .
Interact THEORY ... The AWS CLI uses the SDK. If the AWS CLI works with localstack, the SDK works. Let's give it a go.... It's all about the endpoint setting. Credentials are required, but not validated.
Identify the services that can run locally
Swapping local / remote in our code I want to point my application at local AWS. The SDK contains all the necessary methods to explicitly set the endpoint, region and credentials.
Potential benefits Enabling teams to migrate for develop, deploy and test from AWS cloud to Local. Local Stack Infrastructure can run on developer box, which makes developing cloud applications seamless, cost effective and faster. Local Stack enables apps to performance ready with Zero cost performance tests round the clock Site Level adoption has been initiated by DE Tech Lead DevOps team. Reduction in Development costs for cloud apps. Faster Time to Market Performance Ready Cloud Apps with Zero Cost Improve software quality through continuous integration. Huge cost savings for development teams of all sizes. High Performant apps Opportunity Solution Results & Benefits
Demo time
Questions ?
Thanks to all Contributors of the Localstack Community