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!

feita há um ano258 visualizações
1 Resposta
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.

ESPECIALISTA
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas