开发者

Is there any amazon web services (aws) simulation/emulation available?

I want to use python interface boto for the development. I am cur开发者_运维技巧rently using Google App Engine and it has simulation platform included in its SDK that I am using for development. I am wondering, if there is such simulation/emulation platform exists for AWS also. If there is no such platform then How can I test my web apps before it going to actual AWS servers?


There are some pretty sophisticated Cloud service mocking frameworks out there, like kinesalite, dynalite, or moto.

You could also take a look at LocalStack (now moved to a new repo), a framework which combines existing best-of-breed tools and provides a fully functional local cloud environment that can be used for integration testing. This allows you to test your applications offline, without connectivity and without paying for any of the cloud services.

(Apologies for answering an old question, but it might help people who are discovering this thread)


The Open-source project Eucalyptus implements Amazon's APIs over your own hardware. This provides a way to implement your own 'private cloud', but doesn't provide you with a local simulation of the EC2 cloud (though possibly you could rig it up as such).

Such a 'local testing' environment would be tough, since an EC2 instance is an entire virtual machine, and as such would consume a lot of resources on your development machine (let alone if you needed to emulate multiple of them). EC2 is fundamentally different from App Engine - with EC2 you're renting virtual machines, and you can test on them just as easily as on a local VM.


Amazon offers a "Free Tier" that provides limited free usage to all off their cloud stack. This is perfect for testing, and even production hosting of low volume sites/applications.

http://aws.amazon.com/free/

There are some third party emulations to some parts of the AWS stack, but there is no official emulation tool from Amazon, and none of the third-party offerings are complete...


The open source Amplify Framework , Please consider this also(seems AWS supported)

https://aws.amazon.com/blogs/aws/new-local-mocking-and-testing-with-the-amplify-cli/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜