Questions tagged [cloud-computing]
services provided on-demand and easily scale up and down
139 questions
0 votes
0 answers
71 views
Most efficient way to maintain versioned business rules files for an Amazon ECS service?
I have an Amazon ECS service that relies on configuration files that contain business rules. The business rules are changed periodically by non-programmers. Total size of the rules files is ...
-2 votes
1 answer
124 views
What exactly do these cloud architecture terms mean? [closed]
What exactly does Hosted-Application, Cloud-Enabled, Cloud-Native and Cloud-Agnostic mean? Pros, Cons, and when to use? Unable to find a similar question on Stack Exchange.
0 votes
2 answers
78 views
At which points in the process/stack is Cloud data not encrypted - Cloud Security
Assume an application developed in a PaaS public cloud environment. The application stores and processes some kind of sensitive data. Encryption-at-rest seems clearly described already, and the option ...
5 votes
5 answers
3k views
Is a cloud / lambda function a microservice?
If each cloud function or lambda function is hosted and scaled independently would it be considered a microservice?
45 votes
4 answers
9k views
Is cloud computing mainly just a marketing term?
I understand the concept of cloud computing, but I'm curious why the term has become so exhausted the past several years. Servers have been around for a long time, and I fail to see how this is any ...
-3 votes
1 answer
109 views
Strategies in cloud migration [closed]
A few months ago I found a presentation with slides about the benefits of migrating to the cloud. I think that the presentation was maybe quite old but I think that it started with arguing that ...
-2 votes
1 answer
188 views
FaaS least cost routing - comparable billing model?
I want to implement "FaaS least cost routing". It does not make sense to calculate the costs before every request, but calculating the cheapest provider on a daily or hourly basis would make sense. ...
4 votes
1 answer
684 views
How to organize projects in AWS?
In our team, we are using AWS as our main cloud provider and currently, we have 3 projects hosted on their platform. We are about to have 2 more projects in the next weeks, but first, we want to ...