当日頂きましたご質問のうち、下記について確認が取れましたので、この場をお借りしましてお答え致します。
Route53 での DNS Failover、TTL が 300秒固定だと思いますが、その影響を最小限にするために何かしてることはありますか? また、https への対応は?
弊社では、下記のような手順で DNS フェイルオーバーを実現しています。
- Route53 でのHelth Checkを作成
| require 'bundler/setup' | |
| require 'google/api_client' | |
| require 'yaml' | |
| require 'json' | |
| def multipart_boundary | |
| 'xxx' | |
| end | |
| # load credential yaml |
| # press enter then `ll & git st` | |
| function do_enter() { | |
| if [ -n "$BUFFER" ]; then | |
| zle accept-line | |
| return 0 | |
| fi | |
| echo | |
| ll | |
| echo -e "\e[0;33m--- git status ---\e[0m" | |
| git st |
| <!doctype html> | |
| <html> | |
| <head> | |
| <script src='https://cdn.firebase.com/js/client/2.2.1/firebase.js'></script> | |
| <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script> | |
| <link rel='stylesheet' type='text/css' href='/resources/tutorial/css/example.css'> | |
| </head> | |
| <body> | |
| <div id='messagesDiv'></div> | |
| <input type='text' id='nameInput' placeholder='Name'> |
Displaying Hatena Bookmark Favorites List of user you specified.
Nothing.
| application: <project-name> | |
| version: 100 | |
| runtime: go | |
| api_version: go1 | |
| handlers: | |
| - url: / | |
| static_files: static/html/index.html | |
| upload: static/html/index.html |
| package hello | |
| import ( | |
| "fmt" | |
| "net/http" | |
| ) | |
| func init() { | |
| http.HandleFunc("/hello", handler) | |
| } |
| <html> | |
| <head> | |
| <title>Hello World!! by static file</title> | |
| </head> | |
| <body> | |
| <h1>Hello World!! by static file</h1> | |
| </body> | |
| </html> |
Release information of Pixela has moved here, thank you.