cloud native services

0

Hello! I'm a newbie here so I'm learning aws services while categorising them I understand the definition of cloud native services; microservices, using containers... but I'm having a hard time to tell apart whether it's cloud native or cloud enabled For example, is EC2 cloud-native? is AWS Elastic Beanstalk cloud-native? There are 170+ services and I need help!!! Thanks in advance!

質問済み 1年前258ビュー
1回答
0

The best way tolook at it is to compare with what you would do on-prem. Sure some services (e.g. serverless ones like Lambda) wouldn't have a role on-prem soyou can think of the as cloud native. With other services though it depends how you use them. If you just did a plain lift-and-shift of a 3-tier web application from on-prem to cloud with all tiers running in EC2 then no, that's not cloud native. However if you used RDS for your DB, made your other tiers use EC2 Autoscaling with immutable instances, and leveraged AWS services for session store, authentication etc. in ways that aren't possible on-prem, and that leverage the flexibility and elasticity of Cloud then yes that's cloud native.

エキスパート
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ