1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AWS 用語

1
Last updated at Posted at 2016-05-07

ポイントインタイムリカバリ

RDSは1日1回バックアップを取得し、5分に一度トランザクションログを取得する。
これらを駆使して特定のポイントへRDSをリカバリすること。
RDSを新規に構築してリカバリすることに注意。そのためエンドポイントが変わる。

ELB のスティッキーセッション

HTTPレスポンスにELBでCookieを埋め込んで、
そのクッキーを基にバインド先のインスタンスを固定
オプションとして、任意の有効期限指定、アプリケーションのCookie設定がある

Amazon SQS デッドレターキュー

何らかの理由で正常に処理できなかったメッセージの送信先として他の(送信元)キューが使用できるキュー
同じリージョンのキューにしか送信できない。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?