ぎじゅつえいご

2023-11-10 19:44
2024-02-19 10:15

Q&A の英語

Question の表現

What

  • A とはなんですか: What is A?
    • What is Amazon SNS?
  • A で実施可能な操作はなんですか: What are the available operations for A?
    • What are the available operations for Amazon SNS and who can perform these operations?

How

  • A は B と比べてどんな違いがありますか: How is A difference from B?
    • How is Amazon SNS difference from Amazon MQ?
    • How is Amazon SNS difference from Amazon SQS?
  • V するためにはどうしたらよいですか: How can I V? / How do I V? / How will S V?
    • How can I fanout identical messages to multiple SQS queue?
    • How can users secure the messages set to my topics?
    • How does a topic owner give access to subscribers?
    • How does Amazon SNS validate a subscription request to ensure that notifications will not be sent to - How will Amazon SNS authenticate API calls? users as spam?
    • [TODO] How can S V ...? vs How does S V ...? vs How will S V ...?
  • V するためには A にどのような設定が必要ですか: How would I (a developer) setup A to V?
    • How would a developer setup an Amazon SQS queue to receive Amazon SNS notifications ?

When

  • (どんなときに A を使うべきで) どんなときに B を使うべきですか: When should I use A and when should I use B?
    • When should I uses SNS FIFO topics and when should I use Kinesis Data Streams?

Who

  • 誰が V できますか: Who can V?
    • Who can create a topic?
    • Who can cahnge permissions on a topic?

Yes/No Question

  • A は (B で) サポートされてますか: Is A supported (in B)?
    • Is Amazon SNS supported in the AWS Management Console?
  • A を得ることはできますか: Can I get A?
    • Can I get a history of SNS API calls made on my account for security analysis and operational troubleshooting purposes?
  • A が V2 をするために V1 する必要はありますか: Do A need to V1 ... to V2? / Do A have to V1 to V2?
    • Do subscribers need t specifically configure their email settings to receive notifications from Amazon SNS?
    • Do publishers have to sign messages as well?

Answer の表現

TODO

トラブルシューティング例文

  • 2022/01 から 2022/03 にかけて flag1_timestamp と flag2_timestamp の差が増大している
    • Starting January 2022 and throughout March 2022, the time delta between flag1_timestamp and flag2_timestamp are increasing.

参考になるサイト

Copyright © 53ningen.com