<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.nullpon.moe/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.nullpon.moe/feed.php">
        <title>Cat Paw Software - aws</title>
        <description></description>
        <link>https://wiki.nullpon.moe/</link>
        <image rdf:resource="https://wiki.nullpon.moe/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-08T02:20:40+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.nullpon.moe/aws/dynamodb?rev=1524104138&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nullpon.moe/aws/rds?rev=1545963261&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nullpon.moe/aws/s3?rev=1541387867&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nullpon.moe/aws/sqs?rev=1524105311&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.nullpon.moe/_media/wiki/dokuwiki.svg">
        <title>Cat Paw Software</title>
        <link>https://wiki.nullpon.moe/</link>
        <url>https://wiki.nullpon.moe/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.nullpon.moe/aws/dynamodb?rev=1524104138&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-04-19T02:15:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dynamodb</title>
        <link>https://wiki.nullpon.moe/aws/dynamodb?rev=1524104138&amp;do=diff</link>
        <description>dynamoDB

DynamoDB-localのインストール

&lt;https://docs.aws.amazon.com/ja_jp/amazondynamodb/latest/developerguide/DynamoDBLocal.html&gt;

コマンド

テーブル一覧

aws dynamodb list-tables --endpoint-url http://localhost:8000

テーブル作成

aws dynamodb create-table --endpoint-url http://localhost:8000 --cli-input-json ./table_def.json</description>
    </item>
    <item rdf:about="https://wiki.nullpon.moe/aws/rds?rev=1545963261&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-28T02:14:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rds</title>
        <link>https://wiki.nullpon.moe/aws/rds?rev=1545963261&amp;do=diff</link>
        <description>RDS

主にMySQLとAuroraの話

使う前に読んでおくと良いやつ

	*  Amazon RDS のベストプラクティス

killコマンド

RDS MySQLのkillコマンドは同一ユーザのコネクションしか切断できない。スーパー権限があっても以下のようなエラーがでる。</description>
    </item>
    <item rdf:about="https://wiki.nullpon.moe/aws/s3?rev=1541387867&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-11-05T03:17:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>s3</title>
        <link>https://wiki.nullpon.moe/aws/s3?rev=1541387867&amp;do=diff</link>
        <description>s3

バケットポリシー

vpcと社内からのオブジェクト取得を許可する例


{
    &quot;Version&quot;: &quot;hogehoge&quot;,
    &quot;Statement&quot;: [
         {
            &quot;Sid&quot;: &quot;AllowFromOffice&quot;,
            &quot;Effect&quot;: &quot;Allow&quot;,
            &quot;Principal&quot;: &quot;*&quot;,
            &quot;Action&quot;: &quot;s3:GetObject&quot;,
            &quot;Resource&quot;: &quot;arn:aws:s3:::${bucket_name}/*&quot;,
            &quot;Condition&quot;: {
                &quot;IpAddress&quot;: {
                    &quot;aws:SourceIp&quot;: [
                        &quot;192.0.2.0/24&quot;,
                    ]
                }
            }
        }, {
    …</description>
    </item>
    <item rdf:about="https://wiki.nullpon.moe/aws/sqs?rev=1524105311&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-04-19T02:35:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sqs</title>
        <link>https://wiki.nullpon.moe/aws/sqs?rev=1524105311&amp;do=diff</link>
        <description>elasticmq

AWS SQS互換のキュー。ローカル環境でのテストに使える

コマンド

ローカルで起動したelasticmqには、awsツールでエンドポイントを指定してアクセスする

キュー一覧

aws sqs list-queues --endpoint-url http://localhost:9324</description>
    </item>
</rdf:RDF>
