Amazon Dynamo DB price quiz
I’m learning AWS Certified Developer Associate 2018 Practice Quiz.
Question 1 "In DynamoDB, if you create a table and request 10 units of write capacity and 200 units of read capacity of provisioned throughput, how much would you be charged in US East (Northern Virginia) Region? "
- $ 0.05 per hour
- $ 0.10 per hour
- $ 0.03 per hour
- $ 0.15 per hour
My calculation is this.
$0.00065 × 10 + $0.00013 × 200 = $0.0325 per hour
But the answer is this.
$ 0.01 + (4 x $ 0.01) = $ 0.05 per hour "
What is “4”???
Knowledge Area:
http://aws.amazon.com/dynamodb/pricing/
I didn’t understand 😔
Please help me.
Thank you.
amazon-dynamodb
add a comment |
I’m learning AWS Certified Developer Associate 2018 Practice Quiz.
Question 1 "In DynamoDB, if you create a table and request 10 units of write capacity and 200 units of read capacity of provisioned throughput, how much would you be charged in US East (Northern Virginia) Region? "
- $ 0.05 per hour
- $ 0.10 per hour
- $ 0.03 per hour
- $ 0.15 per hour
My calculation is this.
$0.00065 × 10 + $0.00013 × 200 = $0.0325 per hour
But the answer is this.
$ 0.01 + (4 x $ 0.01) = $ 0.05 per hour "
What is “4”???
Knowledge Area:
http://aws.amazon.com/dynamodb/pricing/
I didn’t understand 😔
Please help me.
Thank you.
amazon-dynamodb
You should ask this to whomever wrote the question. I would also ask them "What is the $0.01"? I suggest you do not spend much time worrying about this question. You will never be quizzed on prices. You will be expected to understand the concepts of RCU and WCU, but you will never need to memorize magical numbers like prices.
– John Rotenstein
Nov 25 '18 at 0:10
@JohnRotenstein Oh my gosh... thank you very much.
– kazumeat
Nov 25 '18 at 0:39
add a comment |
I’m learning AWS Certified Developer Associate 2018 Practice Quiz.
Question 1 "In DynamoDB, if you create a table and request 10 units of write capacity and 200 units of read capacity of provisioned throughput, how much would you be charged in US East (Northern Virginia) Region? "
- $ 0.05 per hour
- $ 0.10 per hour
- $ 0.03 per hour
- $ 0.15 per hour
My calculation is this.
$0.00065 × 10 + $0.00013 × 200 = $0.0325 per hour
But the answer is this.
$ 0.01 + (4 x $ 0.01) = $ 0.05 per hour "
What is “4”???
Knowledge Area:
http://aws.amazon.com/dynamodb/pricing/
I didn’t understand 😔
Please help me.
Thank you.
amazon-dynamodb
I’m learning AWS Certified Developer Associate 2018 Practice Quiz.
Question 1 "In DynamoDB, if you create a table and request 10 units of write capacity and 200 units of read capacity of provisioned throughput, how much would you be charged in US East (Northern Virginia) Region? "
- $ 0.05 per hour
- $ 0.10 per hour
- $ 0.03 per hour
- $ 0.15 per hour
My calculation is this.
$0.00065 × 10 + $0.00013 × 200 = $0.0325 per hour
But the answer is this.
$ 0.01 + (4 x $ 0.01) = $ 0.05 per hour "
What is “4”???
Knowledge Area:
http://aws.amazon.com/dynamodb/pricing/
I didn’t understand 😔
Please help me.
Thank you.
amazon-dynamodb
amazon-dynamodb
edited Nov 24 '18 at 23:54
kazumeat
asked Nov 24 '18 at 23:21
kazumeatkazumeat
83
83
You should ask this to whomever wrote the question. I would also ask them "What is the $0.01"? I suggest you do not spend much time worrying about this question. You will never be quizzed on prices. You will be expected to understand the concepts of RCU and WCU, but you will never need to memorize magical numbers like prices.
– John Rotenstein
Nov 25 '18 at 0:10
@JohnRotenstein Oh my gosh... thank you very much.
– kazumeat
Nov 25 '18 at 0:39
add a comment |
You should ask this to whomever wrote the question. I would also ask them "What is the $0.01"? I suggest you do not spend much time worrying about this question. You will never be quizzed on prices. You will be expected to understand the concepts of RCU and WCU, but you will never need to memorize magical numbers like prices.
– John Rotenstein
Nov 25 '18 at 0:10
@JohnRotenstein Oh my gosh... thank you very much.
– kazumeat
Nov 25 '18 at 0:39
You should ask this to whomever wrote the question. I would also ask them "What is the $0.01"? I suggest you do not spend much time worrying about this question. You will never be quizzed on prices. You will be expected to understand the concepts of RCU and WCU, but you will never need to memorize magical numbers like prices.
– John Rotenstein
Nov 25 '18 at 0:10
You should ask this to whomever wrote the question. I would also ask them "What is the $0.01"? I suggest you do not spend much time worrying about this question. You will never be quizzed on prices. You will be expected to understand the concepts of RCU and WCU, but you will never need to memorize magical numbers like prices.
– John Rotenstein
Nov 25 '18 at 0:10
@JohnRotenstein Oh my gosh... thank you very much.
– kazumeat
Nov 25 '18 at 0:39
@JohnRotenstein Oh my gosh... thank you very much.
– kazumeat
Nov 25 '18 at 0:39
add a comment |
1 Answer
1
active
oldest
votes
The question seems premised on obsolete information.
Previously, DynamoDB capacity was sold in blocks of 10 WCU and 50 RCU, each of which was $0.0065. (It may have been $0.01 several years ago, since AWS does sometimes decrease pricing when new technologies or efficiency gains permit it or this might be the result of rounding.) The 4 is 200 ÷ 50.
Wow, thank you Michael! I totally understand.
– kazumeat
Nov 25 '18 at 0:56
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53463247%2famazon-dynamo-db-price-quiz%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The question seems premised on obsolete information.
Previously, DynamoDB capacity was sold in blocks of 10 WCU and 50 RCU, each of which was $0.0065. (It may have been $0.01 several years ago, since AWS does sometimes decrease pricing when new technologies or efficiency gains permit it or this might be the result of rounding.) The 4 is 200 ÷ 50.
Wow, thank you Michael! I totally understand.
– kazumeat
Nov 25 '18 at 0:56
add a comment |
The question seems premised on obsolete information.
Previously, DynamoDB capacity was sold in blocks of 10 WCU and 50 RCU, each of which was $0.0065. (It may have been $0.01 several years ago, since AWS does sometimes decrease pricing when new technologies or efficiency gains permit it or this might be the result of rounding.) The 4 is 200 ÷ 50.
Wow, thank you Michael! I totally understand.
– kazumeat
Nov 25 '18 at 0:56
add a comment |
The question seems premised on obsolete information.
Previously, DynamoDB capacity was sold in blocks of 10 WCU and 50 RCU, each of which was $0.0065. (It may have been $0.01 several years ago, since AWS does sometimes decrease pricing when new technologies or efficiency gains permit it or this might be the result of rounding.) The 4 is 200 ÷ 50.
The question seems premised on obsolete information.
Previously, DynamoDB capacity was sold in blocks of 10 WCU and 50 RCU, each of which was $0.0065. (It may have been $0.01 several years ago, since AWS does sometimes decrease pricing when new technologies or efficiency gains permit it or this might be the result of rounding.) The 4 is 200 ÷ 50.
answered Nov 25 '18 at 0:34
Michael - sqlbotMichael - sqlbot
92.9k13137200
92.9k13137200
Wow, thank you Michael! I totally understand.
– kazumeat
Nov 25 '18 at 0:56
add a comment |
Wow, thank you Michael! I totally understand.
– kazumeat
Nov 25 '18 at 0:56
Wow, thank you Michael! I totally understand.
– kazumeat
Nov 25 '18 at 0:56
Wow, thank you Michael! I totally understand.
– kazumeat
Nov 25 '18 at 0:56
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53463247%2famazon-dynamo-db-price-quiz%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You should ask this to whomever wrote the question. I would also ask them "What is the $0.01"? I suggest you do not spend much time worrying about this question. You will never be quizzed on prices. You will be expected to understand the concepts of RCU and WCU, but you will never need to memorize magical numbers like prices.
– John Rotenstein
Nov 25 '18 at 0:10
@JohnRotenstein Oh my gosh... thank you very much.
– kazumeat
Nov 25 '18 at 0:39