Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cost analysis #36

Open
rbitia opened this issue Oct 13, 2017 · 1 comment
Open

add cost analysis #36

rbitia opened this issue Oct 13, 2017 · 1 comment
Assignees
Labels

Comments

@rbitia
Copy link
Owner

rbitia commented Oct 13, 2017

No description provided.

@rbitia rbitia self-assigned this Oct 13, 2017
@rbitia
Copy link
Owner Author

rbitia commented Oct 13, 2017

algorithm:
container instances
x = number of container instances
s = seconds the container is running the job

$$ costs to run instances = x * .0025 + 2(s * .0000125)
or 1 core, 1.5 gb of mem running for 120 seconds is $0.01

D2 v2 VM instance
2 cores 7GB of RAM
starting a 4th agent instance in ACS is $0.16

Result: there is a 93.75% decrease for using a container instance versus adding another ACS agent into your cluster

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants